POST api/TotemStatoRichieste
Request Information
URI Parameters
None.
Body Parameters
DTOTotemStatoRichiesteName | 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. |
Request Formats
application/json, text/json
Sample:
{ "Id": "cdb553c6-e26e-46a0-be2b-3783e5df17bd", "IdTransazione": "5f41935b-71b6-488a-8f1c-27fe3a119838", "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": "2025-07-03T12:33:31.7973082", "DataAgg": "2025-07-03T12:33:31.7973082" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.