{{baseUrl}}/indirizzo
GET {{baseUrl}}/indirizzo?provincia=<string>&comune=<string>&sezione=<string>&indirizzo=<string>
Allows you to extract the id_indirizzo through a search, which will then serve as a parameter for the POST/richiesta/indirizzo
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
provincia | string | (Required) Province | |
comune | string | (Required) City | |
sezione | string | Section of the city if it is present | |
indirizzo | string | (Required) Address searched; enter only the address and not the toponym |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"indirizzi":[{"id_indirizzo":"MjUwNSMyMzYjVklBIERFTCBSSVZP","indirizzo":"VIA DEL RIVO"}]},"success":true,"message":"","error":null}