PUT api/StatoOrdine
Aggiornamento testata e dettaglio StatoOrdine
Request Information
URI Parameters
None.
Body Parameters
DTOStatoOrdine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 255 |
|
| DataCreaz | date |
None. |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| IsSistema | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Descrizione": "sample string 2",
"DataCreaz": "2026-03-22T16:02:32.0821945",
"DataAgg": "2026-03-22T16:02:32.0821945",
"UtenteUltimoAccesso": "sample string 3",
"IsSistema": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.