Available from CRM.COM R12.3.0
This method is used to verify if a specific address is covered and can be used in order to deliver services or physical goods. Only one address can be verified through each call
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
area (semi-optional) | String | The area of the address |
district (semi-optional) | String | The district of the address |
town_city (semi-optional) | String | The town / city of the address |
postal_code (semi-optional) | String | The postal code of the address |
fields_set | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Restrictions
- It is mandatory to specify at least one of the semi-optional parameters. More than one of those parameters are allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
verified | Boolean | If true then the specified address is covered otherwise it is not covered |