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 integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DTOScadenzaPagamento
NameDescriptionTypeAdditional 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": "2024-04-24T05:04:45.2760539",
    "ImportoPagamento": 5.0,
    "SaldatoPagamento": true,
    "RifPagamento": "sample string 7",
    "RifRiba": 1,
    "ImportoPagato": 1.1,
    "DataAgg": "2024-04-24T05:04:45.2760539",
    "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": "2024-04-24T05:04:45.2760539",
    "ImportoPagamento": 5.0,
    "SaldatoPagamento": true,
    "RifPagamento": "sample string 7",
    "RifRiba": 1,
    "ImportoPagato": 1.1,
    "DataAgg": "2024-04-24T05:04:45.2760539",
    "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
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOScadenzaPagamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <DTOScadenzaPagamento>
    <DataAgg>2024-04-24T05:04:45.2760539+02:00</DataAgg>
    <DataPagamento>2024-04-24T05:04:45.2760539+02:00</DataPagamento>
    <Id>1</Id>
    <IdPagamento>3</IdPagamento>
    <IdPrimaNota>1</IdPrimaNota>
    <IdTestata>2</IdTestata>
    <IdTipologiaPagamento>1</IdTipologiaPagamento>
    <ImportoPagamento>5</ImportoPagamento>
    <ImportoPagato>1.1</ImportoPagato>
    <Ingenico_AuthCode>sample string 9</Ingenico_AuthCode>
    <Ingenico_CardType>1</Ingenico_CardType>
    <Ingenico_Ticket>sample string 10</Ingenico_Ticket>
    <IsCliente>true</IsCliente>
    <IsFornitore>true</IsFornitore>
    <RifPagamento>sample string 7</RifPagamento>
    <RifRiba>1</RifRiba>
    <SaldatoPagamento>true</SaldatoPagamento>
    <UtenteUltimoAccesso>sample string 8</UtenteUltimoAccesso>
  </DTOScadenzaPagamento>
  <DTOScadenzaPagamento>
    <DataAgg>2024-04-24T05:04:45.2760539+02:00</DataAgg>
    <DataPagamento>2024-04-24T05:04:45.2760539+02:00</DataPagamento>
    <Id>1</Id>
    <IdPagamento>3</IdPagamento>
    <IdPrimaNota>1</IdPrimaNota>
    <IdTestata>2</IdTestata>
    <IdTipologiaPagamento>1</IdTipologiaPagamento>
    <ImportoPagamento>5</ImportoPagamento>
    <ImportoPagato>1.1</ImportoPagato>
    <Ingenico_AuthCode>sample string 9</Ingenico_AuthCode>
    <Ingenico_CardType>1</Ingenico_CardType>
    <Ingenico_Ticket>sample string 10</Ingenico_Ticket>
    <IsCliente>true</IsCliente>
    <IsFornitore>true</IsFornitore>
    <RifPagamento>sample string 7</RifPagamento>
    <RifRiba>1</RifRiba>
    <SaldatoPagamento>true</SaldatoPagamento>
    <UtenteUltimoAccesso>sample string 8</UtenteUltimoAccesso>
  </DTOScadenzaPagamento>
</ArrayOfDTOScadenzaPagamento>