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