{{baseUrl}}/indirizzo
POST {{baseUrl}}/indirizzo
Method that allows you to see both the quotation and the exact position of the searched property and the related parameters necessary to make an evaluation
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"id": "5f842846568fa1575d602c1d",
"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"
},
"form": {
"mq_coperti": {
"name": "mq_coperti",
"label": "Mq Coperti",
"type": "number",
"max_length": "5",
"required": true,
"note": "Comprese mura perimetrali"
},
"mq_balconi": {
"name": "mq_balconi",
"label": "Mq Balconi",
"type": "number",
"max_length": "5",
"required": false
},
"mq_terrazzo": {
"name": "mq_terrazzo",
"label": "Mq Terrazzo",
"type": "number",
"max_length": "5",
"required": false
},
"mq_giardino": {
"name": "mq_giardino",
"label": "Mq Giardino",
"type": "number",
"max_length": "5",
"required": false
},
"cantina": {
"name": "cantina",
"label": "Cantina",
"type": "select",
"options": {
"2|0.00": "...",
"3|1.00": "Piccola",
"4|1.50": "Normale",
"5|2.00": "Grande",
"6|3.00": "Doppia",
"7|4.50": "Tripla",
"8|6.00": "Quadrupla",
"9|0.00": "Presente"
},
"required": false
},
"soffitta": {
"name": "soffitta",
"label": "Soffitta",
"type": "select",
"options": {
"2|0.00": "...",
"3|1.00": "Piccola",
"4|1.50": "Normale",
"5|2.00": &quo Curl curl -X POST 'baseUrl/indirizzo' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"indirizzo":"\u003cstring\u003e","tipo_immobile":"\u003cstring\u003e","tipo_contratto":"\u003cstring\u003e"}' ENDPOINTS |