The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/GetCommissionProcessingRuns HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/csv
Content-Length: length
Caller,Status,StartDate,EndDate,Skip,Take
String,String,0001-01-01,0001-01-01,0,0
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
Results,TotalCount,ResponseStatus
"[{Id:0,ProcessGroupId:00000000000000000000000000000000,Caller:String,TriggeredBy:String,StartTime:0001-01-01,EndTime:0001-01-01,DurationMs:0,RecordCount:0,SunfireRecordCount:0,UploadRecordCount:0,BackendRecordCount:0,ListingCount:0,SkippedCount:0,Status:String,FailureMessage:String}]",0,"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}"