Request Information

URI Parameters

NameDescriptionTypeAdditional information
verificationDocumentTypeId

The verification document type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The verification document type, if it exists.

Nano.VerificationDocumentType
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isDescriptionAppendable

Gets or sets a value indicating whether the description is appendable or not.

boolean

None.

isDescriptionEditable

Gets or sets a value indicating whether the description is editable or not.

boolean

None.

order

Gets or sets the order.

integer

None.

flow

Gets or sets the flow identifier.

integer

None.

id

Gets or sets the verification document type identifier.

integer

None.

appConditions

Gets or sets the application condition identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "category": "sample String 1",
  "code": "sample String 2",
  "description": "sample String 3",
  "isDescriptionAppendable": true,
  "isDescriptionEditable": true,
  "order": 1,
  "flow": 1,
  "id": "6",
  "appConditions": [
    1,
    2
  ]
}

text/html

Sample:
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","isDescriptionAppendable":true,"isDescriptionEditable":true,"order":1,"flow":1,"id":"6","appConditions":[1,2]}

application/vnd.api+json

Sample:

Sample not available.