GET api/PreventaPagos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Tb_PreventaPagos| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Pago | decimal number |
None. |
|
| Id_Preventa | 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_Preventa": 2.0,
"Id_MedioPago": 3.0,
"Valor_Pago": 4.0,
"Num_Aprobacion": "sample string 5",
"Valor_Recibido": 6.0,
"FechaPago": "2025-12-29T07:16:03.1039558-05:00"
},
{
"Id_Pago": 1.0,
"Id_Preventa": 2.0,
"Id_MedioPago": 3.0,
"Valor_Pago": 4.0,
"Num_Aprobacion": "sample string 5",
"Valor_Recibido": 6.0,
"FechaPago": "2025-12-29T07:16:03.1039558-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTb_PreventaPagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
<Tb_PreventaPagos>
<FechaPago>2025-12-29T07:16:03.1039558-05:00</FechaPago>
<Id_MedioPago>3</Id_MedioPago>
<Id_Pago>1</Id_Pago>
<Id_Preventa>2</Id_Preventa>
<Num_Aprobacion>sample string 5</Num_Aprobacion>
<Valor_Pago>4</Valor_Pago>
<Valor_Recibido>6</Valor_Recibido>
</Tb_PreventaPagos>
<Tb_PreventaPagos>
<FechaPago>2025-12-29T07:16:03.1039558-05:00</FechaPago>
<Id_MedioPago>3</Id_MedioPago>
<Id_Pago>1</Id_Pago>
<Id_Preventa>2</Id_Preventa>
<Num_Aprobacion>sample string 5</Num_Aprobacion>
<Valor_Pago>4</Valor_Pago>
<Valor_Recibido>6</Valor_Recibido>
</Tb_PreventaPagos>
</ArrayOfTb_PreventaPagos>