Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
languagejson
{
	"id": 390,
	"street": "ul. Wąska",
	"building_number": "12",
    "city": "Międzyborze",
    "post_code": "99-999",
    "country_code": "PL"
}