Skip to main content

Identificationdocumenttemplate

Represents a template for identification documents.

allowAttachmentsboolean

TRUE if a template allows files to be attached, FALSE otherwise.

documentIdTemplatestring

The ID template constraint to define the ID number length and format. Templates consist of the characters #, @, and $, where # specifies a number, @ a letter, and $ a number or a letter.

documentTypestring

The type of the document. For example, passport.

encodedKeystring

The encoded key of the ID template. It is auto generated and unique.

idstring

The unique identifier for the template.

issuingAuthoritystring

The authority that issued the document.

mandatoryboolean

TRUE if a template is mandatory for all the individual clients, FALSE otherwise.

Identificationdocumenttemplate
{
"allowAttachments": true,
"documentIdTemplate": "string",
"documentType": "string",
"encodedKey": "string",
"id": "string",
"issuingAuthority": "string",
"mandatory": true
}