Logo
Openapi.it Public API Documentation

{{baseUrl}}/storica-impresa-individuale

POST {{baseUrl}}/storica-impresa-individuale

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 sole proprietorship

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "cf_piva_id": "MSSRRT77B18Z112L", "tipo": "storica-impresa-individuale", "stato_richiesta": "In erogazione", "timestamp_creation": 1649683350, "timestamp_last_update": 1649683350, "allegati": [], "callback": false, "owner": "gcloud-tests@openapi.it", "id": "625fec8fb417fe0fff605023" }, "message": "", "success": true, "error": null }



Curl
curl -X POST 'baseUrl/storica-impresa-individuale' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"cf_piva_id":"\u003cstring\u003e","callback":{"url":"\u003cstring\u003e","field":"\u003cstring\u003e","method":"\u003cstring\u003e","data":"\u003cobject\u003e"}}'

ENDPOINTS