Skip to main content

Update an employee

PUT 

/employees/:id

Partial update — only the fields you send change; omitted fields are left intact (no blanking). Send the current version via the If-Match header (preferred; from the ETag of a prior read) or the body _version. Missing → 400; stale → 409. Any foreign key you set must exist in your organization, or the write is rejected with 422.

Request

Responses

A single employee

Response Headers
    ETag

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