Country
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Country. |
code | string | true | Code ISO Alfa 3. |
codeISOAlfa2 | string | false | Code ISO Alfa 2. |
name | string | true | Official ISO name of the Country |
JSON representation
{ "id": 10, "code": "ARG", "codeISOAlfa2": "AR", "name": "ARGENTINA", "nameI18n": "Argentina" }