GET api/InBDM_Top5_Consumidores_Tiendas?BDM_Id={BDM_Id}&Year={Year}
Top 5 de las tiendas más consumidores han captado en lo que va de año (YTD)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BDM_Id |
Id del usuario tipo integer. |
integer |
Required |
| Year |
Año de tipo integer. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InBDM_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. |
|
| IdUsuarioEmpresa | 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,
"IdUsuarioEmpresa": 5
}
application/xml, text/xml
Sample:
<InBDM_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> <IdUsuarioEmpresa>5</IdUsuarioEmpresa> <Nombre>sample string 4</Nombre> <Posicion>1</Posicion> <Ventas>2</Ventas> <Year>1</Year> </InBDM_Top5_Consumidores_Tiendas>