Bombshell Agency Platform Service

<back to all web services

AgentDebtRequest

The following routes are available for this service:
GET,OPTIONS/v1/AgentDebt
DELETE,OPTIONS/v1/AgentDebt/{Id}
POST,OPTIONS/v1/AgentDebt/{AgentId}/{Amount}/{Description}

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/AgentDebtRequest HTTP/1.1 
Host: api2.exactmedicare.com 
Content-Type: text/csv
Content-Length: length

Id,AgentId,Amount,Description
0,0,0,String

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

AgentDebt,Success,Message,ResponseStatus,StatusCode
"[{Id:0,AgentId:0,AmountOwed:0,Description:String,AgentPaymentId:0,CreatedDate:0001-01-01}]",False,String,"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}",Continue