Logo
Openapi.it Public API Documentation

{{baseUrl}}/soci-attivi

POST {{baseUrl}}/soci-attivi

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 or partnership company registered with the chamber of commerce

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "cf_piva_id": "12485671007", "json_soci": null, "tipo": "soci-attivi", "stato_richiesta": "In erogazione", "timestamp_creation": 1703852089, "timestamp_last_update": 1703852236, "allegati": [], "callback": { "url": "https://www.your_url.it/callback", "method": "POST", "field": "data", "data": {} }, "owner": "gcloud-tests@openapi.it", "id": "658eb839e5a329399f6bffb2" }, "message": "", "success": true, "error": null }



Curl
curl -X POST 'baseUrl/soci-attivi' -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