PUT api/ScadenzaPagamento

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdTestata": 2,
  "IdPagamento": 3,
  "DataPagamento": "2024-05-03T14:49:43.7339332",
  "ImportoPagamento": 5.0,
  "SaldatoPagamento": true,
  "RifPagamento": "sample string 7",
  "RifRiba": 1,
  "ImportoPagato": 1.1,
  "DataAgg": "2024-05-03T14:49:43.7339332",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.