DocumentType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

DocumentType.

codeStringtrueCode of the

DocumentType.

nameStringtrueName of the

DocumentType.

nameI18nStringtrueName of the

DocumentType in local language.

JSON representation

{
    "id": 2,
    "code": "P",
    "name": "Passport",
    "nameI18n": "Passport"
}