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": "b21f698b-202a-4176-a133-8e1e871bf121", "AccountWithdrawId": "beceb45e-677d-46d1-98ef-ec270a0ccec8" }
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": "7a5b22bd-9994-4328-adce-d181c0693980", "AccountWithdrawId": "683b2414-d1b6-48e8-9cb0-bdfc010570d2", "ReferenceNumber": "sample string 3" }, "IsShowMessage": true, "IsShowRateAndReview": true }