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 |
address_country (mandatory) | String | The country for the address which the post code is validated |
post_code_number (mandatory) | String | The value of the post code number which is validated |
Restrictions
...
Name | Type | Description |
boolean | String | Defines if the address post code is in valid format or not
|
Examples
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
HTTP Method: GET
Request: Response:
|