Structure "Country part"
This structure describes the element of the "Country part" directory
Field description
| Name | Description | Data type | Required |
|---|---|---|---|
| id | Region id. | Number | + |
| name | Localized name of a country part. | String | + |
| countrySign | Country code from the "Countries" directoryto which this country part belongs. | String | + |
Sample
{
"id": 2,
"name": "Восток",
"countrySign": "UA"
}