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