Versions Compared

Key

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

Address object attribute

Attribute

Type

Description

id

String

Address object ID

street

String

Street name

building_number

String

House number

city

String

City

post_code

String

Postal code

country_code

String

Country code

Sample object in the JSON format

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