Logo
Openapi.it Public API Documentation

{{baseUrl}}/quotazione

POST {{baseUrl}}/quotazione

Method that allows you to see the price of a property starting from the address

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "id": "5f842816568fa17f473718a4", "nome": "Borgo Rivo, Campitello, Gabelletta, Citta Verde, Ponte Le Cave", "id_citta": "7432", "citta": "Terni", "cod_cat": "L117", "provincia": "TR", "id_provincia": "96", "id_regione": "18", "regione": "Umbria", "fascia": "semicentrale", "address": "via del rivo 10 Terni", "formatted": "Via del Rivo, 10, 05100 Terni TR, Italia", "loc2011": "5503210016", "coordinate": { "lat": 42.57712, "lng": 12.62637 }, "immobile": { "type": "Abitazioni in stabili civili", "label": "Valori di Vendita Abitazioni in stabili civili al Mq", "id": 20 }, "quotazione": { "min": 783, "max": 1145, "med": 964, "type": "sale" }, "timestamp": 1602496534, "owner": "a.rossi@altravia.com" }, "message": "", "success": true, "error": null }



Curl
curl -X POST 'baseUrl/quotazione' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"indirizzo":"\u003cstring\u003e","tipo_immobile":"\u003cstring\u003e","tipo_contratto":"\u003cstring\u003e"}'

ENDPOINTS