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 DTOInfoConto| Name | 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-12-22T15:10:21.0484082",
"IdPagamentoMancia": 1
},
{
"IdConto": 1,
"NumeroDocumento": 2,
"IdFormaDiChiusuraConto": 0,
"TotaleImporto": 1.0,
"ImportoMancia": 1.0,
"DataOra": "2025-12-22T15:10:21.0484082",
"IdPagamentoMancia": 1
}
]