Logo
Openapi.it Public API Documentation

{{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 }



Curl
curl -X POST 'baseUrl/IT-report-azienda/' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"companyName":"\u003cstring\u003e","taxCode":"\u003cstring\u003e","vatCode":"\u003cstring\u003e","callback":{"method":"\u003cstring\u003e","field":"\u003cstring\u003e","url":"\u003cstring\u003e","headers":{"key":"\u003cstring\u003e"},"data":"\u003cobject\u003e"},"textPdf":"\u003cstring\u003e","titlePdf":"\u003cstring\u003e","logoPdf":"\u003cstring\u003e"}'

ENDPOINTS