POST api/StatoOrdine
Inserimento 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": "2025-12-22T15:07:47.3138956",
"DataAgg": "2025-12-22T15:07:47.3138956",
"UtenteUltimoAccesso": "sample string 3",
"IsSistema": true
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1