DocumentType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the DocumentType. |
code | String | true | Code of the DocumentType. |
name | String | true | Name of the DocumentType. |
nameI18n | String | true | Name of the DocumentType in local language. |
JSON representation
{ "id": 2, "code": "P", "name": "Passport", "nameI18n": "Passport" }