GET api/Efectivo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Tb_Efectivo
NameDescriptionTypeAdditional 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-29T07:18:21.4505147-05:00",
    "Valor_Efectivo": 3.0,
    "Id_Compania": 4.0,
    "Id_CentroCostos": 1.0
  },
  {
    "Id_Efectivo": 1.0,
    "Fecha_Ventas": "2025-12-29T07:18:21.4505147-05:00",
    "Valor_Efectivo": 3.0,
    "Id_Compania": 4.0,
    "Id_CentroCostos": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfTb_Efectivo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
  <Tb_Efectivo>
    <Fecha_Ventas>2025-12-29T07:18:21.4505147-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>
  <Tb_Efectivo>
    <Fecha_Ventas>2025-12-29T07:18:21.4505147-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>
</ArrayOfTb_Efectivo>