POST api/{apiVersion}/CustomerAccount/GetAccountByIbanOrAccountNumber

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

AccountByIbanOrAccountNumberRequest
NameDescriptionTypeAdditional information
Type

AccountFieldType

None.

Value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "Value": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfCustomerAccount
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of CustomerAccount

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "AccountId": "e70f167b-1a03-46ac-ac7b-5aee3b3e04c6",
      "SenderId": "afd1e26d-3f38-451d-b508-9135152c8fd2",
      "Balance": 3.0,
      "CurrencyId": "a8a265d3-e872-4b4d-a6fd-de0275e710a5",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "a1a08c0d-b576-4cde-8a09-1122af914d7e",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "b571e4c5-9f9c-4dd8-b0d2-417aa75363d4",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "06211c4e-cb4a-43d0-b57c-62afcbd1bf03",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "24d5c05e-a3c1-4376-a40d-18d45e8c427b",
      "IsShow": true,
      "InformationText": "sample string 23"
    },
    {
      "AccountId": "e70f167b-1a03-46ac-ac7b-5aee3b3e04c6",
      "SenderId": "afd1e26d-3f38-451d-b508-9135152c8fd2",
      "Balance": 3.0,
      "CurrencyId": "a8a265d3-e872-4b4d-a6fd-de0275e710a5",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "a1a08c0d-b576-4cde-8a09-1122af914d7e",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "b571e4c5-9f9c-4dd8-b0d2-417aa75363d4",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "06211c4e-cb4a-43d0-b57c-62afcbd1bf03",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "24d5c05e-a3c1-4376-a40d-18d45e8c427b",
      "IsShow": true,
      "InformationText": "sample string 23"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}