{{baseUrl}}/IT-report-azienda/
POST {{baseUrl}}/IT-report-azienda/
This method allows you to request a report-azienda to search on a company. You can customize your report with titlePdf, logoPdf, textPdf otherewise the default values would be used
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"companyName": "rossi.srl",
"taxCode": 11111111112,
"vatCode": 11111111112,
"callback": {
"url": "https://your_domain.it/your_callback.php",
"method": "JSON",
"headers": null,
"session_id": "oiwejdf89453urf945jfg",
"data": {}
},
"state": "processing",
"creation_timestamp": 1685530639,
"last_update_timestamp": 1685530639,
"owner": "m.rossi@gmail.it",
"id": "6477280f496e98e849017aa7"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS