Add Job Record

Allow customer to add a job record for a user.

  • unique_identifier: Choose either email/staff_id.

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idstringRequired
unique_identifierstringRequired
emailstring | nullableOptional
staff_idstring | nullableOptional
job_titlestringOptional
job_descriptionstringOptional
is_internbooleanOptionalDefault: false
reporting_officer_emailstringOptional
locationstringOptional
work_emailstringOptional
effective_datestring · dateRequired
Responses
chevron-right
200

Success!

application/json
post
/add-ee-job-detail

Last updated