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