GET api/Clientes_Rank/GetClientes_Rank?datDate={datDate}&bolTotal={bolTotal}
Retorna todos los registros de ranking de clientes, el calculo es hasta la fecha indicada desde el inicio del Plan. Ranking Global, incluye el calculo sobre todas las marcas
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
datDate |
Fecha indicada. ej: 01-10-2019 "dd/MM/yyyy" |
string |
Required |
bolTotal |
Si es true muestra el ranking global |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Clientes_Rank_DetalleName | Description | Type | Additional information |
---|---|---|---|
PZN |
PZN del cliente |
integer |
None. |
NomMarca |
Nombre de la Marca |
string |
None. |
SubCategoria |
SubCategoria de producto |
string |
None. |
Rank |
Ranking adquirido |
string |
None. |
TotalUnits |
Unidades compradas |
integer |
None. |
NomCliente |
Nombre del cliente |
string |
None. |
Apellido |
Apellido del cliente |
string |
None. |
Email del cliente |
string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.