{{baseUrl}}/valutazione
POST {{baseUrl}}/valutazione
Method that allows you to evaluate a unique property searched through the POST/indirizzo method
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"zona": "Borgo Rivo, Campitello, Gabelletta, Citta Verde, Ponte Le Cave",
"citta": "Terni",
"address": "Via del Rivo, 10, 05100 Terni TR, Italia",
"coordinate": {
"lng": "12.62637",
"lat": "42.57712"
},
"contract": "sale",
"type": {
"id": "20",
"label": "Abitazioni in stabili civili"
},
"mq_commerciali": 100,
"valore": {
"basso": 54494,
"mediobasso": 60798,
"medio": 67101,
"medioalto": 73404,
"alto": 79708
},
"timestamp": 1602498502,
"owner": "a.rossi@altravia.com",
"id": "5f842fc6568fa1433a3389c3"
},
"message": "",
"success": true,
"error": null
} |
ENDPOINTS