GET api/Revolution/Dashboard/QuickSummary?repDID={repDID}
Returns quick summary information such as the user's current rank, next rank, progress towards that rank, and any projected commissions
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| repDID | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
QuickSummary| Name | Description | Type | Additional information | 
|---|---|---|---|
| RankProgressPercentage | 
                         Returns the percentage (as a two digit number) that shows how close the user is to the next rank  | 
                    decimal number | 
                             None.  | 
                
| CurrentRankName | 
                         The current rank the user is at  | 
                    string | 
                             None.  | 
                
| NextRankName | 
                         The next rank the user could achieve (which is tied to the percentage above). If no next rank is available, this will be blank  | 
                    string | 
                             None.  | 
                
| ProjectedCommissions | 
                         An array of projected commissions. Since multiple currency payouts exist, you may need to display a list of amounts by different currencies  | 
                    Collection of ProjectedCommission | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.