cURL
curl --request PUT \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/employees/{employee_id}/insurance-details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update insurance details for an employee (creates new version).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type Insurance Details · object.
Insurance Details · object
Successful Response
Was this page helpful?