POST api/InfoDocumento
Request Information
URI Parameters
None.
Body Parameters
DTOInfoDocumento| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTestata | integer |
None. |
|
| DataPartenza | string |
String length: inclusive between 0 and 50 |
|
| OraPartenza | string |
String length: inclusive between 0 and 50 |
|
| Vettore | string |
String length: inclusive between 0 and 50 |
|
| Colli | string |
String length: inclusive between 0 and 50 |
|
| PesoNetto | string |
String length: inclusive between 0 and 50 |
|
| PesoLordo | string |
String length: inclusive between 0 and 50 |
|
| Trasporto | string |
String length: inclusive between 0 and 50 |
|
| IndirizzoVettore | string |
String length: inclusive between 0 and 255 |
|
| CittaVettore | string |
String length: inclusive between 0 and 50 |
|
| TelefonoVettore | string |
String length: inclusive between 0 and 50 |
|
| AspettoBeni | string |
String length: inclusive between 0 and 50 |
|
| Porto | string |
String length: inclusive between 0 and 50 |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| Volume | string |
String length: inclusive between 0 and 50 |
|
| CAPVettore | string |
String length: inclusive between 0 and 5 |
|
| ProvinciaVettore | string |
String length: inclusive between 0 and 4 |
|
| NazioneVettore | string |
String length: inclusive between 0 and 255 |
|
| CodiceFiscaleVettore | string |
String length: inclusive between 0 and 50 |
|
| PartitaIvaVettore | string |
String length: inclusive between 0 and 50 |
|
| FaxVettore | string |
String length: inclusive between 0 and 50 |
|
| CellulareVettore | string |
String length: inclusive between 0 and 50 |
|
| NoteVettore | string |
String length: inclusive between 0 and 4000 |
|
| DataAgg | date |
None. |
Request Formats
application/json, text/json
{
"IdTestata": 1,
"DataPartenza": "sample string 2",
"OraPartenza": "sample string 3",
"Vettore": "sample string 4",
"Colli": "sample string 5",
"PesoNetto": "sample string 6",
"PesoLordo": "sample string 7",
"Trasporto": "sample string 8",
"IndirizzoVettore": "sample string 9",
"CittaVettore": "sample string 10",
"TelefonoVettore": "sample string 11",
"AspettoBeni": "sample string 12",
"Porto": "sample string 13",
"UtenteUltimoAccesso": "sample string 14",
"Volume": "sample string 15",
"CAPVettore": "sample string 16",
"ProvinciaVettore": "sample string 17",
"NazioneVettore": "sample string 18",
"CodiceFiscaleVettore": "sample string 19",
"PartitaIvaVettore": "sample string 20",
"FaxVettore": "sample string 21",
"CellulareVettore": "sample string 22",
"NoteVettore": "sample string 23",
"DataAgg": "2025-12-22T15:06:14.8294301"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.