Skip to end of banner
Go to start of banner

Copy of GET contact_information/validate_company_tax_reference_number

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method returns if the company TAX reference 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_tax_reference_number

(mandatory)

StringThe 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 TAX reference number is in valid format or not

 

Examples

 Example 1

HTTP Method: GET

 

Request:

Response:

    
  • No labels