POST /api/v2/customers/{customerId}/initiatives/consolidated-batch HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 395
{
"initiatives": [
{
"initiative": {
"billingType": "billable",
"externalId": "text",
"name": "text",
"description": "text",
"callSign": "text",
"clientExternalId": "text",
"unitIncrements": 1,
"status": "active"
},
"codes": {
"isCodesEmpty": true,
"codes": [
{
"codeExternalId": "text",
"codeTypeExternalId": "text"
}
]
},
"entryValidationRules": {
"isRequiredCodeTypeExternalIdsEmpty": true,
"requiredCodeTypeExternalIds": [
"text"
]
}
}
]
}