Address

Field guide

The following fields are available in an address object

NameTypeExampleNotes
idint0Please specify to edit existing address
streetstringApple st
streetnostring3FBuilding number
street2string23Apartment number
codestring12-500Postal code
citystringWarsaw
countrystringPLTwo-letter country code
primaryint1Set 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
    }