DELETE api/PreventaPagos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
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:19:34.3304055-05:00"
}
application/xml, text/xml
Sample:
<Tb_PreventaPagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models"> <FechaPago>2025-12-29T07:19:34.3304055-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>