GET api/Reportes/GetIngresosDiarios?oAFechaInicial={oAFechaInicial}&oAFechaFinal={oAFechaFinal}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
oAFechaInicial

integer

Required

oAFechaFinal

integer

Required

Body Parameters

None.

Response Information

Resource Description

EReportesIngresosDiarios
NameDescriptionTypeAdditional information
ACuetaAlquiler

decimal number

None.

DevolucionAlquiler

decimal number

None.

ACuentaTransporte

decimal number

None.

DevolucionTransporte

decimal number

None.

ACuentaEDP

decimal number

None.

DevolucionEDP

decimal number

None.

PagosParciales

decimal number

None.

IngresoGarantia

decimal number

None.

EgresoGarantia

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "ACuetaAlquiler": 1.1,
  "DevolucionAlquiler": 2.1,
  "ACuentaTransporte": 3.1,
  "DevolucionTransporte": 4.1,
  "ACuentaEDP": 5.1,
  "DevolucionEDP": 6.1,
  "PagosParciales": 7.1,
  "IngresoGarantia": 8.1,
  "EgresoGarantia": 9.1
}

application/xml, text/xml

Sample:
<EReportesIngresosDiarios xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entidades">
  <ACuentaEDP>5.1</ACuentaEDP>
  <ACuentaTransporte>3.1</ACuentaTransporte>
  <ACuetaAlquiler>1.1</ACuetaAlquiler>
  <DevolucionAlquiler>2.1</DevolucionAlquiler>
  <DevolucionEDP>6.1</DevolucionEDP>
  <DevolucionTransporte>4.1</DevolucionTransporte>
  <EgresoGarantia>9.1</EgresoGarantia>
  <IngresoGarantia>8.1</IngresoGarantia>
  <PagosParciales>7.1</PagosParciales>
</EReportesIngresosDiarios>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.