[1.23.0] Address object

Address object attribute

 

Attribute

Type

Description

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

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