Our prices
Price list for single API calls
- Report on a person's active quotas € 2,10 + vat
Data on a person's active quotas available via API in real time.
Get the report with share information such as shares held, value, starting from the tax code.
With the Report on a person's active quotas it is possible to obtain in real time, from the entry of the person's tax code:
The information is available in real time via the Openapi Visengine API and can be downloaded in PDF, JSON o XML format.
PLEASE NOTE: This report only shows quotas in joint stock companies.
Here are the steps for obtaining the report.
To request reports with Visengine, you first need to find the hash that uniquely identifies each document or file.
https://visengine2.altravia.com/visure/
This is possible via the endpoint GET /visure which does not need any parameters and will return the complete list of documents and files that can be requested via Visengine and respect the hash.
If you want to check the information, documents required and costs of the report, you have to make a request via the endpoint GET /visure/{hash_visura} and pass the hash of the previously obtained report.
In order to verify fields and costs to complete the request, it is necessary to use the hash obtained in the previous request.
https://visengine2.altravia.com/visure/367ff20236e836d81470f00ba1d9f703
The response will contain all the information needed to complete the request, such as required fields.
{
"data": {
"nome_visura": "Quote Attive Persona",
"ricerca": false,
"nome_categoria": "Camerali",
"json_struttura": {
"campi": {
"$0": {
"nome": "Codice Fiscale",
"tipo": "codice_fiscale_persona_fisica",
"null": false,
"istruzioni": "Inserire il Codice Fiscale dell`Azienda",
}
},
"validazione": "$0",
"istruzioni": "",
"istruzioni_ricerca": ""
},
"hash_visura": "367ff20236e836d81470f00ba1d9f703",
"prezzo_visura": 2.1,
"prezzo_ricerca": 0,
"sincrona": false,
"fornitori": []
},
"success": true,
"message": "",
"error": null
}
In validation, the data required to successfully complete the request are indicated.
To make the report request, the tax code of the subject is passed.
{
"hash_visura": "367ff20236e836d81470f00ba1d9f703",
"json_visura": {
"$1": 12485671007
}
}
The response returns various information including the status, the callback (if set) and the request ID that we will need later to download the document.
{ "data":
{
"_id": "5f2829ce065afc21cc60ad0e",
"state": 1,
"hash_visura": "367ff20236e836d81470f00ba1d9f703",
"nome": "Quote Attiva Persona",
"ricerca": false,
"id_ricerca": null,
"prezzo_visura": 12.7,
"prezzo_ricerca": 0,
"indice_ricerca": null,
"stato_richiesta": "In erogazione",
"email_target": null,
"allegati": [],
"timestamp_creation": 1596467662,
"timestamp_last_update": 1596467663,
"timestamp_stati": {
"in_ricerca": 1596467663,
"in_erogazione": 1596467663
},
"callback_data": false,
"opzioni": null,
"owner": "[email protected]",
"sincrona": false,
"ricerche": [
{
"id_ricerca": "5f2829ce065afc21cc60ad0e_0",
"stato_ricerca": "Ricerca evasa",
"json_ricerca": "{\"$1\":\"12485671007\"}",
"json_mappato": {
"NRea": "1378273",
"Cciaa": "RM"
},
"json_risultato": null
}
],
"esito": {
"codice": "0",
"info": "OK"
}
When the status of the request is 'evasa' ('processed'), you can download the document via the method GET /documento/{_id}
This is an example of a request using the previously obtained ID.
https://visengine2.altravia.com/visure/documento/5f2829ce065afc21cc60ad0e
The response will contain the name, size and file.
{
data{
"nome":"5f22f5b5065afc21cc60a27a.zip",
"dimensione"10206",
"file":"++6+47433njVP9ZcX1XNtWUsKrTya9FGhwiXgdp5j5OPh0FpaKWVpjP8CUEjFjYzYwYTI3YS5wZGZVVAUAAwhDKF91eAsAAQQhAAAABCEAAABQSwUGAAAAAAEAAQBiAAAAZicAAAAA"
},
"success": true,
"message": "",
"error": null
}
The downloadable document is available in a zip, containing the PDF, JSON o XML file.