POST api/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": "a25420a9-ce9e-4da9-a2cb-03992513a6fe", "AccountWithdrawId": "920cb050-4bbc-4ed5-a0af-7c2ba718e023" }
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": "5bde6fd2-681c-4a43-919b-61ec16fbcca3", "AccountWithdrawId": "9a2adaea-a7f0-4a98-8c21-79372f2af35b", "ReferenceNumber": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }