POST api/GetScadenzeByIdFattura
Ritorna le scadenza non contabilizzate per i documenti (fattura o nota di credito) specificati
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
Collection of DTOScadenzaPagamentoName | 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. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "IdTestata": 2, "IdPagamento": 3, "DataPagamento": "2025-07-03T11:55:19.2374135", "ImportoPagamento": 5.0, "SaldatoPagamento": true, "RifPagamento": "sample string 7", "RifRiba": 1, "ImportoPagato": 1.1, "DataAgg": "2025-07-03T11:55:19.2374135", "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 }, { "Id": 1, "IdTestata": 2, "IdPagamento": 3, "DataPagamento": "2025-07-03T11:55:19.2374135", "ImportoPagamento": 5.0, "SaldatoPagamento": true, "RifPagamento": "sample string 7", "RifRiba": 1, "ImportoPagato": 1.1, "DataAgg": "2025-07-03T11:55:19.2374135", "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 } ]