PUT api/Indirizzario
Request Information
URI Parameters
None.
Body Parameters
DTOIndirizzario| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Chiave |
integer |
None. |
| Indirizzo |
Via, viale, piazza dell'indirizzo |
string |
String length: inclusive between 0 and 255 |
| Cap |
CAP |
string |
String length: inclusive between 0 and 10 |
| Comune |
Comune |
string |
String length: inclusive between 0 and 255 |
| Provincia |
Provincia. Sigla |
string |
String length: inclusive between 0 and 20 |
| IdZona |
FK tabZone (DTOZona) |
integer |
None. |
| Coordinata |
Coordinata su mappale geografico dell'indirizzo. |
string |
String length: inclusive between 0 and 15 |
| CivicoDal |
Intervallo civico - Civico inizia dal... |
integer |
None. |
| CivicoAl |
Intervallo civico - Civico finisce al... |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Indirizzo": "sample string 2",
"Cap": "sample string 3",
"Comune": "sample string 4",
"Provincia": "sample string 5",
"IdZona": 1,
"Coordinata": "sample string 6",
"CivicoDal": 1,
"CivicoAl": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.