GET api/InHBDM_Ventas?Year={Year}

Número total de unidades vendidas en el año determinado en las tiendas activas y con el programa instalado.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Year

Año de tipo integer.

integer

Required

Body Parameters

None.

Response Information

Resource Description

InHBDM_Ventas
NameDescriptionTypeAdditional information
TotalUnidades

integer

None.

Id

integer

None.

anyo

integer

None.

Nombre

string

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

Sample:
{
  "TotalUnidades": 1,
  "Id": 1,
  "anyo": 1,
  "Nombre": "sample string 2"
}

application/xml, text/xml

Sample:
<InHBDM_Ventas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora">
  <Id>1</Id>
  <Nombre>sample string 2</Nombre>
  <TotalUnidades>1</TotalUnidades>
  <anyo>1</anyo>
</InHBDM_Ventas>