GET api/InHBDM_Top5_Consumidores_Tiendas?Year={Year}
Top 5 de las tiendas que más consumidores han captado, en lo que va de año (YTD).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Year |
Año tipo numérico. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InHBDM_Top5_Consumidores_Tiendas| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientesCaptados | integer |
None. |
|
| Posicion | integer |
None. |
|
| Ventas | integer |
None. |
|
| FK_Tiendas_Id | integer |
None. |
|
| Nombre | string |
String length: inclusive between 0 and 100 |
|
| Year | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClientesCaptados": 1,
"Posicion": 1,
"Ventas": 2,
"FK_Tiendas_Id": 3,
"Nombre": "sample string 4",
"Year": 1
}
application/xml, text/xml
Sample:
<InHBDM_Top5_Consumidores_Tiendas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <ClientesCaptados>1</ClientesCaptados> <FK_Tiendas_Id>3</FK_Tiendas_Id> <Nombre>sample string 4</Nombre> <Posicion>1</Posicion> <Ventas>2</Ventas> <Year>1</Year> </InHBDM_Top5_Consumidores_Tiendas>