Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5

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"
}


  • No labels