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": "796df39e-b1d8-4739-952d-885f782b4047",
  "AccountWithdrawId": "4113a509-c0bf-4bba-94f5-f4e7c283b964"
}

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": "c7938036-c986-4dd7-91bf-cd2b0a2e1ab7",
    "AccountWithdrawId": "aeb9548f-3a8e-4acc-afdc-61b6ed9dddb8",
    "ReferenceNumber": "sample string 3"
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}