POST api/v1/CustomerAccountOperation/MoneyOrderConfirm
Request Information
URI Parameters
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": "95e6b208-92f0-409a-8a14-406a3b105a13", "AccountWithdrawId": "0a30104a-572d-4963-983c-8f825ccc7779" }
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": "5fc0a83c-2c61-4423-a99a-db982c863227", "AccountWithdrawId": "fd52955e-15ef-4977-8105-5f2c5b6d9975", "ReferenceNumber": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }