Structure "Region"
This structure describes the element of the "Regions" directory
Field description
Name | Description | Data type | Required |
---|---|---|---|
id | Region id. | Number | + |
name | Localized region name. | String | + |
countrySign | Country code from the "Countries" directory to which this region belongs. | String | + |
regionId | Id of a country part from the "Country part" directory to which this region belongs. | Number |
Sample
{
"id": 15,
"name": "Винницкая обл.",
"countrySign": "UA",
"regionId": 8
}