POST api/v1/CustomerAccountOperation/MoneyOrderConfirm

Request Information

URI Parameters

None.

Body Parameters

CustomerAccountOperationConfirmRequest
NameDescriptionTypeAdditional information
AccountDepositId

globally unique identifier

None.

AccountWithdrawId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountDepositId": "d5e49776-c24e-45f5-9291-a8cd1fde8834",
  "AccountWithdrawId": "38817356-f432-4454-80ea-c2799616ce11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfCustomerAccountOperationConfirmResponse
NameDescriptionTypeAdditional 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": "34d07697-2900-4a0d-92ec-3256ff57a724",
    "AccountWithdrawId": "b49fb457-6719-431d-ba96-c9f880b3b905",
    "ReferenceNumber": "sample string 3"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}