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": "f13c686f-490d-4f8c-acc8-84e0cacc41be", "AccountWithdrawId": "8356b9f8-71e9-42fd-bbca-07dd0af82596" }
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": "a017d10b-9d8d-41fe-955a-365486758cbe", "AccountWithdrawId": "cca62a5e-42be-47fa-b08f-2194ebc7615e", "ReferenceNumber": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }