{{baseUrl}}/IT-address/:vatCode_taxCode_or_id
GET {{baseUrl}}/IT-address/:vatCode_taxCode_or_id
This endpoint returns the company address.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"taxCode": "12485671007",
"companyName": "OPENAPI S.P.A.",
"vatCode": "12485671007",
"address": {
"registeredOffice": {
"toponym": "VIALE",
"street": "F TOMMASO MARINETTI",
"streetNumber": "221",
"streetName": "VIALE F TOMMASO MARINETTI 221",
"town": "ROMA",
"hamlet": null,
"province": "RM",
"zipCode": "00143",
"gps": {
"coordinates": [
12.47843,
41.8071
]
},
"townCode": "H501",
"region": {
"code": "12",
"description": "LAZIO"
}
}
},
"creationTimestamp": 1622452306,
"lastUpdateTimestamp": 1622452306,
"id": "60b4a85585e34e615c569ef5"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS