The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetCommissionProcessingRuns HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: text/jsv
Content-Length: length
{
Caller: String,
Status: String,
StartDate: 0001-01-01,
EndDate: 0001-01-01,
Skip: 0,
Take: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Results:
[
{
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
}
],
TotalCount: 0,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}
}