POST api/transfer/reverse
Request Information
URI Parameters
None.
Body Parameters
reverseModelName | Description | Type | Additional information |
---|---|---|---|
custNo | string |
None. |
|
narration | string |
None. |
|
referenceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "custNo": "sample string 1", "narration": "sample string 2", "referenceNo": "sample string 3" }
application/xml, text/xml
Sample:
<reverseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankOneISWDBAPI.ISWRequestModel"> <custNo>sample string 1</custNo> <narration>sample string 2</narration> <referenceNo>sample string 3</referenceNo> </reverseModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.