POST api/{apiVersion}/CustomerAccountOperation/Confirm

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerAccountOperationConfirmRequest
NameDescriptionTypeAdditional information
AccountDepositId

globally unique identifier

None.

AccountWithdrawId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountDepositId": "7e641f96-4ca8-4460-bf96-c2dacaf194c4",
  "AccountWithdrawId": "cad69dbf-f47f-4c45-bccc-b9fb85860db3"
}

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": "2c9e7801-a210-4af8-af86-53976a609090",
    "AccountWithdrawId": "2c7ffa63-517c-4c24-a8ce-be4ffacf8aa9",
    "ReferenceNumber": "sample string 3"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}