Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This method returns if the company TAX reference number is in a valid format

Tip

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)

String

Country identifier

The country for of the company which the tax reference number is validated. The allowed country identifier fields are the following:

Include Page
V4:country_identifier
V4:country_identifier

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

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
    {
    "data": {
        "is_valid": true
    },
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}