GET api/AccountTransfer/GetCancelInfo?referenceNumber={referenceNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
referenceNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfCancelInfoName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CancelInfo |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "Amount": 1.0, "AmountCurrencyId": "154e40d3-2ee9-4a88-a5b6-3e42a6124449", "AmountCurrencyName": "sample string 3", "CustomerId": "d0f36a5b-7399-41b3-ae7e-f9325315093b" }, "IsShowMessage": true, "IsShowRateAndReview": true }