This method returns if the company registration 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_identifier (mandatory) | Country identifier | The country of the company which the company registration number is validated. The allowed country identifier fields are the following: Unable to render {include} The included page could not be found. |
company_registration_number (mandatory) | String | The company registration 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 registration number is in valid format or not
|