Update Contract
Allow customer to update contract for a specific user by contract id.
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
contract_idstringRequired
countrystringRequired
contract_start_datestring · dateRequired
contract_end_datestring · date | nullableOptional
home_hoststringRequired
is_localbooleanRequired
staff_typestringOptionalDefault:
Internalpart_timebooleanRequired
contract_typestringRequired
employment_contract_entitystringOptional
contract_copystring · binary | nullableOptional
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-contractLast updated