Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyAddress. |
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 | |
stateProv | StateProv | false | |
postalCode | String | false | |
country | Country | false | |
remark | String | false | Possible remarks about this address. |
JSON representation
{ "id": 1, "communicationLocationType": { "id": 1, "code": "1", "name": "Home" }, "street": "Sepulveda", "city": "Barcelona", "stateProvName": "Barcelona", "stateProv": null, "postalCode": "08030", "country": null, "remark": null }