Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
address | String |
| Unique identifier for the . |
state | Country |
| Reserved. |
cityName | String |
| Name of the city. |
country | Country |
| Country |
document | Document |
| Document of Billto |
name | String |
| Name |
postalCode | String |
| postalCode |
webPage | String |
| web page |
|
|
|
|
JSON representation
{
"address" : "C. FERNANDO VILLALON 1 01 P05 D",
"state" : null,
"cityName" : "SEVILLA",
"code" : "44517",
"country" : {
"name" : "SPAIN",
"codeISO2" : "ES"
},
"document" : {
"number" : "58837852S",
"documentType" : {
"code" : "00",
"name" : "Spanish Id Document"
}
},
"name" : "MARTINEZ CASQUETE, ANDRES",
"postalCode" : "08005",
"webPage" : null
}