curl --request PATCH \
--url https://dev.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>"
}Update German organization insurance level choice by agency.
curl --request PATCH \
--url https://dev.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>"
}Get token from Auth0 and paste it here
Was this page helpful?