Skip to main content

Create an employee

POST 

/employees

Creates an employee. Every foreign key you set (costCenterId / costCenter2Id / jobRoleId / sectorId / groupId) must exist in your organization, or the write is rejected with 422. On success the ETag header carries the new record's version and Location points at the new resource.

Request

Responses

A newly created employee

Response Headers
    ETag

    Current record version; send back as If-Match on update/delete.

    Location

    URL of the newly created resource.