{{baseUrl}}/bilancio-ottico
POST {{baseUrl}}/bilancio-ottico
Endpoint that allows you to generate a request. Starting from a VAT number or from the id of the company returning from the search, the request is accepted only if the company is a joint stock company. If 'anno_chiusura' field is not passed, the system intercepts the last available balance sheet.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"cf_piva_id": "12485671007",
"anno_chiusura": null,
"tipo": "bilancio-ottico",
"stato_richiesta": "In ricerca",
"timestamp_creation": 1701095027,
"timestamp_last_update": 1701095027,
"allegati": [],
"callback": false,
"owner": "gcloud-tests@openapi.it",
"id": "6564a6739b25c29e4f0dab34"
},
"message": "",
"success": true,
"error": null
} |
ENDPOINTS