TaxDocumentType

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": 1,
    "code": "00",
    "name": "National Id Document",
    "nameI18n": "National Id Document"
}