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