GET api/CustomerAccount/GetAccountByIbanOrAccountNumber?type={type}&value={value}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

AccountFieldType

Required

value

string

Required

Body Parameters

None.

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": "36008087-e019-4aaf-92b1-dc83671f6a70",
      "SenderId": "21751ba8-a0c4-462f-805d-da7dc56f3825",
      "Balance": 3.0,
      "CurrencyId": "1d922c9f-d66b-4d12-af7d-da0a01563686",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "59dcd42b-f011-4484-9149-efdd57dde5dd",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "1759ab11-cbd0-44f4-a75c-8fa3b80d2232",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "ca2f0032-c166-473d-aca4-86e147f0b786",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "76cc9ab4-1633-46ab-9557-8d6407dd6033",
      "IsShow": true,
      "InformationText": "sample string 23"
    },
    {
      "AccountId": "36008087-e019-4aaf-92b1-dc83671f6a70",
      "SenderId": "21751ba8-a0c4-462f-805d-da7dc56f3825",
      "Balance": 3.0,
      "CurrencyId": "1d922c9f-d66b-4d12-af7d-da0a01563686",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "59dcd42b-f011-4484-9149-efdd57dde5dd",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "1759ab11-cbd0-44f4-a75c-8fa3b80d2232",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "ca2f0032-c166-473d-aca4-86e147f0b786",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "76cc9ab4-1633-46ab-9557-8d6407dd6033",
      "IsShow": true,
      "InformationText": "sample string 23"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}