POST api/Efectivo

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "Id_Efectivo": 1.0,
  "Fecha_Ventas": "2025-12-29T07:18:56.4206067-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-29T07:18:56.4206067-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>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Tb_Efectivo'.

Response Information

Resource Description

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:56.4206067-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-29T07:18:56.4206067-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>