/
CompanyAddress
CompanyAddress
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyAddress. |
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
CustomerAddress
CustomerAddress
More like this
CompanyTaxAddress
CompanyTaxAddress
More like this
CompanyEmail
CompanyEmail
More like this
CompanyPhone
CompanyPhone
More like this
AccountReceivableAddress
AccountReceivableAddress
More like this
CompanyAccounting
CompanyAccounting
More like this