POST api/ScadenzaPagamento
Request Information
URI Parameters
None.
Body Parameters
DTOScadenzaPagamento| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| IdTestata | integer |
None. |
|
| IdPagamento | integer |
None. |
|
| DataPagamento | date |
None. |
|
| ImportoPagamento | decimal number |
None. |
|
| SaldatoPagamento | boolean |
None. |
|
| RifPagamento | string |
String length: inclusive between 0 and 1000 |
|
| RifRiba | integer |
None. |
|
| ImportoPagato | decimal number |
None. |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| IdPrimaNota | integer |
None. |
|
| IsCliente | boolean |
None. |
|
| IsFornitore | boolean |
None. |
|
| IdTipologiaPagamento | integer |
None. |
|
| Ingenico_AuthCode | string |
String length: inclusive between 0 and 50 |
|
| Ingenico_Ticket | string |
None. |
|
| Ingenico_CardType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdTestata": 2,
"IdPagamento": 3,
"DataPagamento": "2025-12-22T15:10:20.8765768",
"ImportoPagamento": 5.0,
"SaldatoPagamento": true,
"RifPagamento": "sample string 7",
"RifRiba": 1,
"ImportoPagato": 1.1,
"DataAgg": "2025-12-22T15:10:20.8765768",
"UtenteUltimoAccesso": "sample string 8",
"IdPrimaNota": 1,
"IsCliente": true,
"IsFornitore": true,
"IdTipologiaPagamento": 1,
"Ingenico_AuthCode": "sample string 9",
"Ingenico_Ticket": "sample string 10",
"Ingenico_CardType": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.