{{baseUrl}}/IT-start/:vatCode_taxCode_or_id
GET {{baseUrl}}/IT-start/:vatCode_taxCode_or_id
This enpoint returns basic information of a company such as company name and 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"
}
}
},
"activityStatus": "ATTIVA",
"creationTimestamp": 1622452306,
"lastUpdateTimestamp": 1622452306,
"sdiCode": "USAL8PV",
"sdiCodeTimestamp": 1622452306,
"id": "60b4a85585e34e615c569ef5",
"registrationDate": "2013-07-19"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS