Validations (Core)

Validate properties accepted by the fulfillmenttools platform.

Validate postal code

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

PostalCodeValidation

countrystringRequired

Country in Format [A-Z]{2}

Example: DE
postalCodestringRequired

Postal code for validation

Example: 50667
Responses
chevron-right
200

The given postal code is valid for the given country

No content

post
/api/validations/postalcodes

No content

Last updated