GET api/InBDM_AVG_Tiendas/GetInBDM_AVG_Tiendas?Mes={Mes}&Year={Year}&BDM_Id={BDM_Id}
Media de ventas de las farmacias del delegado.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Mes | integer |
Required |
|
Year |
Año de Movimientos.Fecha de tipo integer. |
integer |
Required |
BDM_Id |
Id de UsuariosEmpresas tipo integer. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InBDM_AVG_TiendasName | Description | Type | Additional information |
---|---|---|---|
Ventas |
Ventas de Movimientos.UDS |
integer |
None. |
MediaVentas |
Media de ventas |
integer |
None. |
Posicion |
Posicion |
integer |
None. |
anyo |
Año |
integer |
None. |
Mes |
Mes |
integer |
None. |
Tienda |
Nombre de la tienda |
string |
Required String length: inclusive between 0 and 100 |
IdUsuarioEmpresa |
Id del usuario |
integer |
None. |
IdTienda |
Id de la tienda |
integer |
None. |
Diferencia |
Diferencia |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Ventas": 1, "MediaVentas": 1, "Posicion": 1, "anyo": 2, "Mes": 3, "Tienda": "sample string 4", "IdUsuarioEmpresa": 5, "IdTienda": 6, "Diferencia": 7 }
application/xml, text/xml
Sample:
<InBDM_AVG_Tiendas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <Diferencia>7</Diferencia> <IdTienda>6</IdTienda> <IdUsuarioEmpresa>5</IdUsuarioEmpresa> <MediaVentas>1</MediaVentas> <Mes>3</Mes> <Posicion>1</Posicion> <Tienda>sample string 4</Tienda> <Ventas>1</Ventas> <anyo>2</anyo> </InBDM_AVG_Tiendas>