cURL
curl --request POST \ --url https://api.example.com/customers \ --header 'Content-Type: application/json' \ --data ' { "parentPolicyId": "<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
Type of the customer
Unique identifier for the customer
Policy and branch id created with the customer
Show child attributes
Was this page helpful?