POST api/Transfer/cancel-transfer
Request Information
URI Parameters
None.
Body Parameters
CancelTransferDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | string |
None. |
|
| UserId | string |
None. |
|
| TransRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": "sample string 1",
"TransRef": "sample string 3",
"UserId": "sample string 2"
}
text/xml
Sample:
<CancelTransferDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto"> <Amount>sample string 1</Amount> <TransRef>sample string 3</TransRef> <UserId>sample string 2</UserId> </CancelTransferDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |