Skip to main content
PATCH
/
organizations
/
{organization_id}
/
insurance-level-choices
/
{agency_id}
Update Organization Insurance Level Choice
curl --request PATCH \
  --url https://sandbox.intermezzo.ai/organizations/{organization_id}/insurance-level-choices/{agency_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "compensationLevyId": 123
}'
{
  "id": "<string>",
  "agencyId": "<string>",
  "compensationLevyId": 123,
  "orgId": "<string>"
}

Country Specific

This endpoint is only available for Germany organizations.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
required
agency_id
string
required

Body

application/json
compensationLevyId
integer | null

Response

Successful Response

id
string
required
agencyId
string
required
compensationLevyId
integer | null
required
orgId
string
required
I