PUT api/Destinazione
Request Information
URI Parameters
None.
Body Parameters
DTODestinazione| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| IdCliente | integer |
None. |
|
| RagioneSociale | string |
String length: inclusive between 0 and 255 |
|
| Indirizzo | string |
String length: inclusive between 0 and 255 |
|
| CAP | string |
String length: inclusive between 0 and 50 |
|
| Citta | string |
String length: inclusive between 0 and 255 |
|
| Provincia | string |
String length: inclusive between 0 and 255 |
|
| Stato | string |
String length: inclusive between 0 and 255 |
|
| Predefinita | boolean |
None. |
|
| Locked | string |
String length: inclusive between 0 and 255 |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 1 and 255 |
|
| IsFatturazione | boolean |
None. |
|
| ColoreDestinazione | integer |
None. |
|
| IdZona | integer |
None. |
|
| CodiceDestinazione | string |
String length: inclusive between 0 and 50 |
|
| PartitaIva | string |
String length: inclusive between 0 and 50 |
|
| Telefono | string |
String length: inclusive between 0 and 50 |
|
| WebSyncEnabled | boolean |
None. |
|
| WebUsername | string |
String length: inclusive between 0 and 50 |
|
| Coordinata | string |
String length: inclusive between 0 and 15 |
|
| Telefono2 | string |
String length: inclusive between 0 and 50 |
|
| Civico | string |
String length: inclusive between 0 and 100 |
|
| Interno | string |
String length: inclusive between 0 and 100 |
|
| Piano | string |
String length: inclusive between 0 and 100 |
|
| Scala | string |
String length: inclusive between 0 and 100 |
|
| Citofono | string |
String length: inclusive between 0 and 80 |
|
| Note | string |
String length: inclusive between 0 and 3000 |
|
| idCloud |
idCloud chiave per la piattaforma Zefiro |
integer |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"IdCliente": 1,
"RagioneSociale": "sample string 2",
"Indirizzo": "sample string 3",
"CAP": "sample string 4",
"Citta": "sample string 5",
"Provincia": "sample string 6",
"Stato": "sample string 7",
"Predefinita": true,
"Locked": "sample string 9",
"DataAgg": "2025-12-22T15:09:12.5161221",
"UtenteUltimoAccesso": "sample string 10",
"IsFatturazione": true,
"ColoreDestinazione": 1,
"IdZona": 1,
"CodiceDestinazione": "sample string 11",
"PartitaIva": "sample string 12",
"Telefono": "sample string 13",
"WebSyncEnabled": true,
"WebUsername": "sample string 14",
"Coordinata": "sample string 15",
"Telefono2": "sample string 16",
"Civico": "sample string 17",
"Interno": "sample string 18",
"Piano": "sample string 19",
"Scala": "sample string 20",
"Citofono": "sample string 21",
"Note": "sample string 22",
"idCloud": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.