v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Employee Tables

Create a new work entry for a given employee.

post/people/{id}/work

Path parameters

idstring required

Employee ID.

Request body

idinteger

The ID of the work entry.

reasonstring

The reason for this change.

effectiveDatestring date required

The date this entry becomes effective. This is a mandatory field for a work entry.

titlestring

The job title of the employee for this work entry. This field should contain the ID of the job title entry from the job title list.

departmentstring

The department the employee belonged to for this work entry. This field should contain the ID of the department entry in department list.

sitestring

The site of the employee. This is a mandatory field for a work entry (you must pass either the site or the siteId).

siteIdinteger

The id of the site of the employee. This is a mandatory field for a work entry (you must pass either the site or the siteId).

customColumnsobject

Response

Entry created successfully