Address
Field guide
The following fields are available in an address object
| Name | Type | Example | Notes |
|---|---|---|---|
| id | int | 0 | Please specify to edit existing address |
| street | string | Apple st | |
| streetno | string | 3F | Building number |
| street2 | string | 23 | Apartment number |
| code | string | 12-500 | Postal code |
| city | string | Warsaw | |
| country | string | PL | Two-letter country code |
| primary | int | 1 | Set to 1 if this address should be a primary one |
Example
{
"street": "Apple st",
"streetno": "3F",
"street2": "23",
"code": "12-500",
"city": "Warsaw",
"country": "PL",
"primary": 1
}
