Update Contract

Allow customer to update contract for a specific user by contract id.

  • contract_id: Retrieve a user's contract to get the contract id

  • home_host: Home/Host

  • staff_type: Internal/EOR/IC

  • contract_type: Permanent/Fixed-term | Fixed Fee/Time Based/Result Based (mainly for IC)

put

Authentication: required

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: Internal
part_timebooleanRequired
contract_typestringRequired
employment_contract_entitystringOptional
contract_copystring · binary | nullableOptional
Responses
chevron-right
200

Success!

application/json
put
/update-ee-contract

Last updated