POST api/v1/CustomerAccountOperation/Confirm

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": "f4f1eb26-b306-4387-a534-d41996466dfd",
  "AccountWithdrawId": "c6d6002f-13f7-4e50-92f6-443a39a574dc"
}

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": "45901849-99df-49b7-9722-1e81076977b7",
    "AccountWithdrawId": "1db8ef5e-d339-4ab3-ae37-be3502541465",
    "ReferenceNumber": "sample string 3"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}