Bombshell Agency Platform Service

<back to all web services

BIPBonusLeaderboardRequest

The following routes are available for this service:
GET,OPTIONS/v1/BIPBonus/Leaderboard/{StartDate}/{EndDate}
POST,OPTIONS/v1/BIPBonus/Leaderboard

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/BIPBonusLeaderboardRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: text/csv
Content-Length: length

StartDate,EndDate
String,String

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

ResponseStatus,AllData,Agents,Pool
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Position:0,RecruiterId:0,RecruiterName:String,RecruitPoints:0,TotalAgentsPromoted:0,PromotionPoints:0,PolicyPoints:0,TotalPoints:0}]","[{Position:0,RecruiterId:0,RecruiterName:String,RecruitPoints:0,TotalAgentsPromoted:0,PromotionPoints:0,PolicyPoints:0,TotalPoints:0}]","[{PoolStartDate:0001-01-01,TotalPoolValue:0,TotalRollover:0}]"