PUT api/Tb_PagoFacturas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

Tb_PagoFacturas
NameDescriptionTypeAdditional information
Id_Pago

decimal number

None.

Id_Factura

decimal number

None.

Id_MedioPago

decimal number

None.

Valor_Pago

decimal number

None.

Num_Aprobacion

string

None.

Valor_Recibido

decimal number

None.

FechaPago

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id_Pago": 1.0,
  "Id_Factura": 2.0,
  "Id_MedioPago": 3.0,
  "Valor_Pago": 4.0,
  "Num_Aprobacion": "sample string 5",
  "Valor_Recibido": 6.0,
  "FechaPago": "2025-12-29T07:19:36.0842431-05:00"
}

application/xml, text/xml

Sample:
<Tb_PagoFacturas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
  <FechaPago>2025-12-29T07:19:36.0842431-05:00</FechaPago>
  <Id_Factura>2</Id_Factura>
  <Id_MedioPago>3</Id_MedioPago>
  <Id_Pago>1</Id_Pago>
  <Num_Aprobacion>sample string 5</Num_Aprobacion>
  <Valor_Pago>4</Valor_Pago>
  <Valor_Recibido>6</Valor_Recibido>
</Tb_PagoFacturas>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Tb_PagoFacturas'.

Response Information

Resource Description

None.