Address
info
To update the "street," and "stateProvince" fields, the entire address block must be included in the update request.
Mailing Address
{
    "accountNumber": "10003382",
    "entityNumber": "301",
    "main": {
        "repCode": "JC01"
    },
    "mailingAddress": {
        "country": "US",
        "street": "390 Park Avenue south",
        "city": "New York",
        "stateProvince": "NY",
        "postalCode": "10022"
    }
}
Primary Owner Legal Address
{
    "accountNumber": "10003382",
    "entityNumber": "301",
    "main": {
        "repCode": "JC01"
    },
    "primaryOwner": {
        "legalAddress": {
            "country": "US",
            "street": "285 Park Avenue",
            "city": "New York",
            "stateProvince": "NY",
            "postalCode": "10022"
        }
    }
}
Associated Party Legal Address
{
    "accountNumber": "10003382",
    "entityNumber": "301",
    "main": {
        "repCode": "JC01"
    },
    "associatedParties": [
    {
      "role": "secondary",
      "birthDate": "1983-12-13",
      "legalAddress": {
        "country": "US",
        "stateProvince": "AL",
        "street": "193 Noyatola Moghbazar",
        "city": "Ramna",
        "postalCode": "22333"
      },
      "TaxIdType": "TaxId",
      "TaxIdNumber": "123456789",
      "employerName": "Stonex1",
      "employerPhoneNumber": "5205123987"
    }
  ]
}