GET api/TotemListaStatiRichiesta?TransactionGuid={TransactionGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionGuid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOTotemStatoRichieste| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdTransazione | globally unique identifier |
None. |
|
| IdComanda | integer |
None. |
|
| IdFormaPagamento | integer |
None. |
|
| ImportoPagamento | decimal number |
None. |
|
| IdCassa | integer |
None. |
|
| IdOperazione | enmTotemOpType |
None. |
|
| Stato | enmEsitoTotem |
None. |
|
| IdComandaGuest | integer |
None. |
|
| IsOperatore | boolean |
None. |
|
| CodiceErrore | integer |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 255 |
|
| TransazionePos | string |
String length: inclusive between 0 and 4000 |
|
| Segnaposto | string |
String length: inclusive between 0 and 255 |
|
| DataCreaz | date |
None. |
|
| DataAgg | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "4ef2a2b6-e3b9-4b7c-a63d-7471d15c62a1",
"IdTransazione": "c1b5f690-c59f-4723-8f17-c77584bfbbad",
"IdComanda": 3,
"IdFormaPagamento": 1,
"ImportoPagamento": 1.0,
"IdCassa": 4,
"IdOperazione": 0,
"Stato": 0,
"IdComandaGuest": 1,
"IsOperatore": true,
"CodiceErrore": 1,
"Descrizione": "sample string 6",
"TransazionePos": "sample string 7",
"Segnaposto": "sample string 8",
"DataCreaz": "2026-03-22T16:03:09.9974297",
"DataAgg": "2026-03-22T16:03:09.9974297"
}