Перейти к содержанию

Structure "Address"

This structure describes the address data.

Description

Name Description Data type Required
town Town. Structure "Town"
country Country. Structure "Country"
area Area. Structure "Area"

Sample

JSON
{
  "town": {
    "id": 69,
    "name": "Харьков"
  },
  "country": {
    "id": 1,
    "name": "Украина",
    "sign": "UA"
  },
  "area": {
    "id": 34,
    "name": "Харьковская обл."
  }
}