Request Information

URI Parameters

None.

Body Parameters

The verification document.

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.

Request 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/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created verification document.

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.