Excerpt | ||
---|---|---|
This method returns if the address post code is in a valid format
|
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
address_type (mandatory) | String | The address type for which the post code is validated HOME, BUSINESS, POBOX, CUSTOM1, CUSTOM2, CUSTOM3, CUSTOM4, CUSTOM5 | ||||||
country_identifier (mandatory) | Country identifier | The country of the address which the post code is validated. The allowed country identifier fields are the following:
| ||||||
post_code_number (mandatory) | String | The post code number which is validated |
...