cURL
curl --request POST \ --url https://api.example.com/customers/policies/{policyId} \ --header 'Content-Type: application/json' \ --data ' { "role": "<string>", "customFields": [ { "key": "<string>", "value": "<string>" } ] } '
{ "customerId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
The policy id to attach the new customer to
Optional: the whenAt datetime
Optional: the branchId
The role of the customer on the policy
Custom fields for the customer
Show child attributes
The created customer id
Was this page helpful?