Create a new work entry for a given employee.

Path Params
string
required

Employee ID.

Body Params

Work entry to add. This must not conflict with another entry on the same effective date and site.

integer

The ID of the work entry.

string

The reason for this change.

date
required

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

string

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.

string

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

string

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

integer

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).

reportsTo
object

The manager's details.

Response
200

Entry created successfully

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!