The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/MVPAgentPromotionRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/csv
Content-Length: length
ReportType,StartDate,EndDate,ShowInactiveAgents,AgentId
String,0001-01-01,0001-01-01,False,0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,MVPPromotionTotals,MVPDetails,AgentDetails
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,Rank:String,TotalPromotionsByAllAgents:0,NumberOfAgentsPromoted:0}]","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,Rank:String,AgentLevel:0,Promotions:0}]","[{AgentId:0,FirstName:String,LastName:String,AgentNumber:String,AgentLevel:0,ModifiedBy:String,DateLogged:0001-01-01}]"