Update Job Record
Allow customer to update a job record for a user.
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ee_job_detail_idstringRequired
effective_datestring · dateRequired
job_titlestringRequired
job_descriptionstringOptional
is_internbooleanOptionalDefault:
falsereporting_officer_emailstringOptional
locationstringOptional
work_emailstringOptional
Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
put
/update-ee-job-detailLast updated