HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/CommissionCalculatorSimulateRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/csv
Content-Length: length
PolicyProductId,GrossCommission,PlanType,P2PType,SourceTypeId,ProcessDate,HierarchyAgentLevelIds,WritingAgentIndex
0,0,String,String,0,0001-01-01,[0],0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
ResponseStatus,Success,CommissionListings,TotalPaid,TotalRemaining
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}",False,"[{AgentRank:String,AgentLevelId:0,Amount:0,Description:String,IsWritingAgent:False,CompensationDimensionId:0,CompensationDimensionValue:0,CompensationTypeName:String}]",0,0