Request Information

URI Parameters

NameDescriptionTypeAdditional information
verificationDocumentId

The verification document identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The verification document, if it exists.

Nano.VerificationDocument
NameDescriptionTypeAdditional information
documentDate

Gets or sets the document date.

string

None.

expirationDate

Gets or sets the expiration date.

string

None.

id

Gets or sets the verification document identifier.

integer

None.

verificationDocumentType

Gets or sets the verification document type identifier.

integer

None.

verification

Gets or sets the verification identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "documentDate": "sample String 1",
  "expirationDate": "sample String 2",
  "id": 3,
  "verificationDocumentType": 4,
  "verification": 5
}

text/html

Sample:
{"documentDate":"sample String 1","expirationDate":"sample String 2","id":3,"verificationDocumentType":4,"verification":5}

application/xml, text/xml

Sample:
<VerificationDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DocumentDate>sample String 1</DocumentDate>
  <ExpirationDate>sample String 2</ExpirationDate>
  <VerificationDocumentId>3</VerificationDocumentId>
  <VerificationDocumentTypeId>4</VerificationDocumentTypeId>
  <VerificationId>5</VerificationId>
</VerificationDocument>

application/vnd.api+json

Sample:

Sample not available.