DELETE api/Efectivo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Tb_Efectivo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Efectivo | decimal number |
None. |
|
| Fecha_Ventas | date |
None. |
|
| Valor_Efectivo | decimal number |
None. |
|
| Id_Compania | decimal number |
None. |
|
| Id_CentroCostos | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id_Efectivo": 1.0,
"Fecha_Ventas": "2025-12-29T09:12:34.7599235-05:00",
"Valor_Efectivo": 3.0,
"Id_Compania": 4.0,
"Id_CentroCostos": 1.0
}
application/xml, text/xml
Sample:
<Tb_Efectivo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models"> <Fecha_Ventas>2025-12-29T09:12:34.7599235-05:00</Fecha_Ventas> <Id_CentroCostos>1</Id_CentroCostos> <Id_Compania>4</Id_Compania> <Id_Efectivo>1</Id_Efectivo> <Valor_Efectivo>3</Valor_Efectivo> </Tb_Efectivo>