GET api/InfoConti?idUtente={idUtente}&idTavolo={idTavolo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idUtente | integer |
Required |
|
idTavolo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DTOInfoContoName | Description | Type | Additional information |
---|---|---|---|
IdConto | integer |
None. |
|
NumeroDocumento | integer |
None. |
|
IdFormaDiChiusuraConto | EnumFormaDiChiusuraConto |
None. |
|
TotaleImporto | decimal number |
None. |
|
ImportoMancia | decimal number |
None. |
|
DataOra | date |
None. |
|
IdPagamentoMancia | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdConto": 1, "NumeroDocumento": 2, "IdFormaDiChiusuraConto": 0, "TotaleImporto": 1.0, "ImportoMancia": 1.0, "DataOra": "2025-07-03T12:49:30.0910868", "IdPagamentoMancia": 1 }, { "IdConto": 1, "NumeroDocumento": 2, "IdFormaDiChiusuraConto": 0, "TotaleImporto": 1.0, "ImportoMancia": 1.0, "DataOra": "2025-07-03T12:49:30.0910868", "IdPagamentoMancia": 1 } ]