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).
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>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type Insurance Details · object.
Successful Response
Was this page helpful?