cURL
curl --request POST \ --url https://api.example.com/customers \ --header 'Content-Type: application/json' \ --data ' { "parentPolicyId": "<string>", "brokerageFirmId": "<string>" } '
200
Example
{ "type": "<string>", "id": "<string>", "initializedWith": { "policy": "<string>", "branch": "<string>" } }
Optional: the whenAt datetime
The productId
Policy id of the parent collective policy if current policy is a child of it
Brokerage firm id to associate with the customer (used in anonymous funnels)
Type of the customer
Unique identifier for the customer
Policy and branch id created with the customer
Show child attributes
Was this page helpful?