[1.6.0] Obiekt Address
Atrybutu obiektu Address
Atrybut | Typ | Opis |
---|---|---|
id | String | Identyfikator obiektu adres |
street | String | Nazwa ulicy |
building_number | String | Numer domu |
city | String | Miasto |
post_code | String | Kod pocztowy |
country_code | String | Kod kraju |
Przykład obiektu w formacie JSON
{ "id": 390, "street": "ul. Wąska 12", "building_number": "Pokój 3212", "city": "Międzyborze", "post_code": "99-999", "country_code": "PL" }