GET api/Tb_PagoFacturas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Tb_PagoFacturas| Name | Description | Type | Additional 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. |
Response 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": "2026-02-18T11:30:06.7245974-05:00"
},
{
"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": "2026-02-18T11:30:06.7245974-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTb_PagoFacturas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
<Tb_PagoFacturas>
<FechaPago>2026-02-18T11:30:06.7245974-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>
<Tb_PagoFacturas>
<FechaPago>2026-02-18T11:30:06.7245974-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>
</ArrayOfTb_PagoFacturas>