GET api/InBDM_Top10_Ventas_Tiendas?Mes={Mes}&Year={Year}&BDM_Id={BDM_Id}&Orden={Orden}
Top 10 de las farmacias del BDM activas por ventas.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Mes |
Mes tipo integer. |
integer |
Required |
| Year |
Año tipo integer. |
integer |
Required |
| BDM_Id | integer |
Required |
|
| Orden |
de Ordenación descendente o ascendente campo numérico (0.- Mejores tiendas, 1.- Peores). |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InHBDM_Top10_Ventas_Tiendas| Name | Description | Type | Additional information |
|---|---|---|---|
| Ventas | integer |
None. |
|
| Posicion | integer |
None. |
|
| ClientesCaptados | integer |
None. |
|
| anyo | integer |
None. |
|
| Mes | integer |
None. |
|
| Tienda | string |
String length: inclusive between 0 and 100 |
|
| IdUsuarioEmpresa | integer |
None. |
|
| FechaAlta | date |
None. |
|
| IdTienda | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Ventas": 1,
"Posicion": 1,
"ClientesCaptados": 2,
"anyo": 1,
"Mes": 1,
"Tienda": "sample string 3",
"IdUsuarioEmpresa": 4,
"FechaAlta": "2025-11-29T06:40:04.0903354+01:00",
"IdTienda": 6
}
application/xml, text/xml
Sample:
<InHBDM_Top10_Ventas_Tiendas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <ClientesCaptados>2</ClientesCaptados> <FechaAlta>2025-11-29T06:40:04.0903354+01:00</FechaAlta> <IdTienda>6</IdTienda> <IdUsuarioEmpresa>4</IdUsuarioEmpresa> <Mes>1</Mes> <Posicion>1</Posicion> <Tienda>sample string 3</Tienda> <Ventas>1</Ventas> <anyo>1</anyo> </InHBDM_Top10_Ventas_Tiendas>