This method returns if the company VAT number is in a valid format
Available from CRM.COM R15.0.0
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
country (mandatory) | String | The country for which the number is validated |
company_vat_number (mandatory) | String | The number which is validated |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Multiple semi-optional parameters can be specified in each call
Response Data
Name | Type | Description |
boolean | String | Defines if the company VAT number is in valid format or not
|