The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/LeaderboardSubmittedAppsRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/csv
Content-Length: length
StartDate,EndDate,AgentId
String,String,0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,AllData,TotalAppData
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{AgentId:0,Name:String,TotalAncillary:0,TotalMedSupp:0,TotalMAPD:0,TotalFEX:0,TotalAppCount:0,TotalCashFlow:0,Position:0,IsLoggedInAgent:False}]","{TotalAppCountByDateRange:0,TotalAppValueByDateRange:0,TotalCompanyAppCountByDateRange:0,TotalCompanyAppValueByDateRange:0}"