€0.001 + VAT
The Protest and Conservatory Prejudices Report allows you to check if there are any protests and/or conservatory prejudices against a company.
The protest and encumbrances report includes in the document:
The protest and encumbrances report is an important tool for verifying the financial stability of an entity.
GET/visure
To request reports using Visengine, you must first identify the hash that uniquely identifies each document or practice.
https://visengine2.altravia.com/visure/
This can be done through the endpoint GET/visure which does not require parameters and will return the complete list of documents and practices available through Visengine and their corresponding hash.
GET/visure/{hash_visura}
To verify information, necessary documents, and costs of reports, you need to make a request through the endpoint GET/visure/{hash_visura} and pass the hash of the certificate previously obtained.
GET/visure/{hash_visura}
To verify fields and costs to complete the request, use the hash obtained in the previous request.
https://visengine2.altravia.com/visure/0a90a897970a6f33ccf2880642dd91d0
GET/visure/{hash_visura}
The response will include all necessary information to complete the request, such as mandatory fields.
{
"data": {
"hash_visura": "0a90a897970a6f33ccf2880642dd91d0",
"json_struttura": {
"fields": {
"$0": {
"name": "Rea",
"type": "rea",
"null": 0,
"instructions": "Enter the REA number of the company",
"order": "1"
},
"$1": {
"name": "Cciaa",
"type": "Cciaa",
"null": 0,
"instructions": "Enter the Cciaa number of the company",
"order": "1"
}
},
"validation": "$0 && $1",
"instructions": "",
"search_instructions": ""
},
"category_name": "Camerali",
"search_name": "Protests and Prejudicial Searches of the Company",
"options": null,
"search_price": 0,
"search_cost": 3.7,
"synchronous": false,
"suppliers": []
},
"success": true,
"message": "",
"error": null
}
The validation indicates the mandatory data required to complete the request successfully.
POST /request
To request the search, the following must be provided:
POST /request
{
"hash_visura": "0a90a897970a6f33ccf2880642dd91d0",
"json_search": {
"$1": xxxxxxx
}
}
POST /request
The response will provide several pieces of information including the status, the callback (if set), and the request ID which will be needed later to download the document.
{ "data":
{
"_id": "5f2829ce065afc21cc60ad0e",
"state": 1,
"hash_visura": "0a90a897970a6f33ccf2880642dd91d0",
"name": "Protests and Prejudicial Searches of the Company",
"search": false,
"search_id": null,
"search_cost": 2.3,
"search_price": 0,
"search_index": null,
"request_status": "In progress",
"email_target": null,
"attachments": [],
"timestamp_creation": 1596467662,
"timestamp_last_update": 1596467663,
"status_timestamps": {
"in_search": 1596467663,
"in_progress": 1596467663
},
"callback_data": false,
"options": null,
"owner": "tester@openapi.com",
"synchronous": false,
"searches": [
{
"search_id": "5f2829ce065afc21cc60ad0e_0",
"search_status": "Search completed",
"json_search": "{\"$1\":\"12485671007\"}",
"mapped_json": {
"NRea": "1378273",
"Cciaa": "RM"
},
"search_result_json": null
}
],
"outcome": {
"code": "0",
"info": "OK"
}
GET/document/{_id}
When the request status is "completed," you can download the data in JSON, PDF, and XML formats using the GET/document/{_id} method.
GET/document/{_id}
This is an example of a request made using the previously obtained ID.
https://visengine2.altravia.com/visure/documento/5f2829ce065afc21cc60ad0e
GET/document/{_id}
The response will include the name, size, and file.
{
data{
"name":"5f22f5b5065afc21cc60a27a.zip",
"size": "10206",
"file":"++6+47433njVP9ZcX1XNtWUsKrTya9FGhwiXgdp5j5OPh0FpaKWVpjP8CUEjFjYzYwYTI3YS5wZGZVVAUAAwhDKF91eAsAAQQhAAAABCEAAABQSwUGAAAAAAEAAQBiAAAAZicAAAAA"
},
"success": true,
"message": "",
"error": null
}
All formats (JSON, PDF, XML) will be available within a zip file.
The Protests and Prejudicial Searches allow you to obtain information about a new customer, business partner, tenant, and verify their financial stability and solvency.
The Protests and Prejudicial Searches are also available for private individuals and include verification of Bankruptcy Procedures.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!