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": "2025-12-22T15:09:13.2504928",
"DataAgg": "2025-12-22T15:09:13.2504928",
"UtenteUltimoAccesso": "sample string 3",
"IsSistema": true
}