{{baseUrl}}/IT-report-persona-top/
POST {{baseUrl}}/IT-report-persona-top/
This method allows you to request a report-persona-top to search on a person. 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": {
"name": "mario",
"surname": "rossi",
"taxCode": "RSSMRX90A28A883L",
"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