POST api/InserisciMancia?idUtente={idUtente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idUtente | integer |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"IdConto": 1,
"NumeroDocumento": 2,
"IdFormaDiChiusuraConto": 0,
"TotaleImporto": 1.0,
"ImportoMancia": 1.0,
"DataOra": "2025-12-22T15:10:19.7359227",
"IdPagamentoMancia": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.