GET api/StatoOrdine/{id}
Ritorna lo StatoOrdine
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Descrizione": "sample string 2",
"DataCreaz": "2026-03-22T16:03:01.7626547",
"DataAgg": "2026-03-22T16:03:01.7626547",
"UtenteUltimoAccesso": "sample string 3",
"IsSistema": true
}