POST api/{apiVersion}/CustomerAccount/CloseSepaIban

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CloseSepaIbanRequest
NameDescriptionTypeAdditional information
SepaIban

string

None.

CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SepaIban": "sample string 1",
  "CustomerId": "78a60bd0-3b72-4a16-a7aa-ea062a48d3ac"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfSepaIbanCloseResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

SepaIbanCloseResponse

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "VirtualAccountStatus": "sample string 1",
    "RequestReference": "sample string 2",
    "IsSuccess": true
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}