/
AccountReceivableAddress
AccountReceivableAddress
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the AccountReceivable. |
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 |
municipalityName | String | false | |
municipalityCode | String | false | |
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", "municipalityName": "Sant Adrià del Besós", "municipalityCode": "155", "postalCode": "08030", "countryCode": "ES", "remark": null }
, multiple selections available,
Related content
AccountReceivable
AccountReceivable
More like this
AccountReceivableEmail
AccountReceivableEmail
More like this
CustomerAddress
CustomerAddress
More like this
AccountReceivablePhone
AccountReceivablePhone
More like this
EmailAddressType
EmailAddressType
More like this
CompanyAddress
CompanyAddress
More like this