The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/GetCommissionProcessingRunLogs HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: application/json
Content-Length: length
{"ProcessGroupId":"00000000000000000000000000000000","ShowAll":false,"Skip":0,"Take":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Results":[{"Id":0,"LoggedDate":"0001-01-01T00:00:00.0000000","ElapsedMs":0,"StepName":"String","CommissionRecordId":0,"RecordIndex":0,"TotalRecords":0,"Note":"String","Payload":"String"}],"TotalCount":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}}