/
CustomerAddress
CustomerAddress
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CustomerAddress. |
primary | Boolean | false | Sets if it is primary or not. |
communicationLocationType | CommunicationLocationType | true | Gives more information about that address |
street | String | false | The email address itself. |
city | String | false | Possible remarks about this email. |
stateProvName | String | false | |
stateProvCode | String | false | ISO 3166-2 |
postalCode | String | false | |
countryCode | String | false | ISO 3166-1 alpha-2 |
remark | String | false | Possible remarks about this address. |
JSON representation
{ "id": 1, "primary": true, "communicationLocationType": { "id": 1, "code": "1", "name": "Home" }, "street": "Sepulveda", "city": "Barcelona", "stateProvName": "Barcelona", "stateProvCode": "ES-B", "postalCode": "08030", "countryCode": "ES", "remark": null }
, multiple selections available,
Related content
CompanyAddress
CompanyAddress
More like this
AccountReceivableAddress
AccountReceivableAddress
More like this
EmailAddressType
EmailAddressType
More like this
CustomerEmail
CustomerEmail
More like this
CustomerPhone
CustomerPhone
More like this
Customer
Customer
More like this