cURL
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>" }
Update German organization insurance level choice by agency.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?