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