POST api/{apiVersion}/CustomerAccountOperation/Confirm
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustomerAccountOperationConfirmRequestName | Description | Type | Additional information |
---|---|---|---|
AccountDepositId | globally unique identifier |
None. |
|
AccountWithdrawId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountDepositId": "12f7397b-8286-4668-b788-656ac1069ef8", "AccountWithdrawId": "6077f657-35df-4011-843f-bb355c1e637f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCustomerAccountOperationConfirmResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerAccountOperationConfirmResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "AccountDepositId": "fef37404-f42d-41d0-a4c9-7e808e2c25b7", "AccountWithdrawId": "4b8dcf59-a4c9-4d24-833b-c266789835c0", "ReferenceNumber": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }