The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/AgentDebtRequest HTTP/1.1
Host: api2.exactmedicare.com
Content-Type: application/json
Content-Length: length
{"Id":0,"AgentId":0,"Amount":0,"Description":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"AgentDebt":[{"Id":0,"AgentId":0,"AmountOwed":0,"Description":"String","AgentPaymentId":0,"CreatedDate":"0001-01-01T00:00:00.0000000"}],"Success":false,"Message":"String","ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"StatusCode":"Continue"}