cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/branches \ --header 'Content-Type: application/json' \ --data ' { "branchType": "BASE", "name": "<string>", "branchSubType": "CREATE_ADDITIONAL_COMPONENTS" } '
200
Example
{ "type": "<string>", "id": "<string>"}
Unique identifier for the policy
Optional: the whenAt datetime
Branch type
BASE
NEW_BUSINESS
MTA
RENEWAL
REPRICING
Optional: Name of the entity
Branch sub type
CREATE_ADDITIONAL_COMPONENTS
DRIVEQUANT
Type of the created object
Unique identifier for the created object
Was this page helpful?