GET api/InBDM_Consumidores_Ranking?BDM_Id={BDM_Id}
Proporciona información sobre el total de consumidores por ranking.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BDM_Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InBDM_Consumidores_RankingName | Description | Type | Additional information |
---|---|---|---|
Rank | string |
String length: inclusive between 0 and 50 |
|
TotalClientes | integer |
None. |
|
IdUsuarioEmpresa | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Rank": "sample string 1", "TotalClientes": 1, "IdUsuarioEmpresa": 2 }
application/xml, text/xml
Sample:
<InBDM_Consumidores_Ranking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Seed_APi_Bella_Aurora"> <IdUsuarioEmpresa>2</IdUsuarioEmpresa> <Rank>sample string 1</Rank> <TotalClientes>1</TotalClientes> </InBDM_Consumidores_Ranking>