Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Country. |
code | string | true | Code ISO Alfa 3. |
name | string | true | Official ISO name of the Country |
JSON representation
{ "id": 1, "code": "AFG", "name": "AFGHANISTAN" }
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identificator of the Country. |
code | string | true | Code ISO Alfa 3. |
name | string | true | Official ISO name of the Country |
{ "id": 1, "code": "AFG", "name": "AFGHANISTAN" }