PropertyAdress
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id |
primary | boolean | true | |
street | string | true | |
city | string | true | |
stateProvName | string | true | |
municipalityName | string | true | |
postalCode | string | true | |
country | Country | true | |
remark | string | false |
JSON representation
{ "id": 1, "primary": false, "street": "0 Thierer Road", "city": "Saint Louis", "stateProvName": "Cáceres", "municipalityName": "Agurain/Salvatierra", "postalCode": "63169", "country": { "id": 199, "code": "ESP", "name": "SPAIN", "nameI18n": "SPAIN" }, "remark": null }