Update Job Record

Allow customer to update a job record for a user.

  • ee_job_detail_id: Retrieve the job record of a user to get the job detail id.

put

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ee_job_detail_idstringRequired
effective_datestring · dateRequired
job_titlestringRequired
job_descriptionstringOptional
is_internbooleanOptionalDefault: false
reporting_officer_emailstringOptional
locationstringOptional
work_emailstringOptional
Responses
chevron-right
200

Success!

application/json
put
/update-ee-job-detail

Last updated