Skip to main content

Identificationdocumenttemplateconfiguration

Represents a template for identification documents.

allowAttachmentsbooleanrequired

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

documentIdTemplatestringrequired

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.

documentTypestringrequired

The type of the document. For example, passport.

idstringrequired

The unique identifier for the template.

issuingAuthoritystringrequired

The authority that issued the document.

mandatoryForClientsbooleanrequired

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

Identificationdocumenttemplateconfiguration
{
"allowAttachments": true,
"documentIdTemplate": "string",
"documentType": "string",
"id": "string",
"issuingAuthority": "string",
"mandatoryForClients": true
}