Versions Compared

Key

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

This method returns if the passport 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)

Country identifier

The country for which the passport number is validated. The allowed country identifier fields are the following:

Include Page
country_identifier
country_identifier

passport_number

(mandatory)

StringThe passport number which is validated

...

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

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