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",
	"building_number": "12",
    "city": "Międzyborze",
    "post_code": "99-999",
    "country_code": "PL"
}