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": "ilc_01h455vb4pex5vsknk084sn02q",
  "agencyId": 123,
  "compensationLevyId": 123,
  "orgId": "org_01h455vb4pex5vsknk084sn02q"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

TypeID with prefix 'org'

Example:

"org_01h455vb4pex5vsknk084sn02q"

agency_id
integer
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.