Validation Rules
post
Authorizations
Path parameters
customerIdstring · objectidRequired
initiativeExternalIdstringRequired
Body
requiredCodeTypeExternalIdsstring[]Optional
code type external identifiers that are required for an entry
Responses
201Success
No content
post
/api/v1/validations/customers/{customerId}/initiatives/{initiativeExternalId}/rulesPOST /api/v1/validations/customers/{customerId}/initiatives/{initiativeExternalId}/rules HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"requiredCodeTypeExternalIds": [
"text"
]
}201Success
No content
Last updated