OfficeEntry
address object
country object
codestring
descriptionstring
hamletstring
province object
codestring
descriptionstring
region object
codestring
descriptionstring
streetNamestring
townstring
zipCodestring
companyDetails object
cciaastring
companyNamestring
lastUpdateDatestring
officeType object
codestring
descriptionstring
openapiNumberstring
reaCodestring
taxCodestring
vatCodestring
companyStatus object
activityStatus object
codestring
descriptionstring
OfficeEntry
{
"address": {
"country": {
"code": "string",
"description": "string"
},
"hamlet": "string",
"province": {
"code": "string",
"description": "string"
},
"region": {
"code": "string",
"description": "string"
},
"streetName": "string",
"town": "string",
"zipCode": "string"
},
"companyDetails": {
"cciaa": "string",
"companyName": "string",
"lastUpdateDate": "string",
"officeType": {
"code": "string",
"description": "string"
},
"openapiNumber": "string",
"reaCode": "string",
"taxCode": "string",
"vatCode": "string"
},
"companyStatus": {
"activityStatus": {
"code": "string",
"description": "string"
}
}
}