POST api/Acebrcashless
Request Information
URI Parameters
None.
Body Parameters
acebrcashlessRequestName | Description | Type | Additional information |
---|---|---|---|
claimno | string |
None. |
|
calling_pagename | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "claimno": "sample string 1", "calling_pagename": "sample string 2" }
application/xml, text/xml
Sample:
<acebrcashlessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models"> <calling_pagename>sample string 2</calling_pagename> <claimno>sample string 1</claimno> </acebrcashlessRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
acebrcashlessResponseName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<acebrcashlessResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models"> <Message>sample string 2</Message> <Status>1</Status> </acebrcashlessResponse>