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": "8e770d09-592d-43e8-8821-830207f3a02c",
      "SenderId": "693f44f4-275e-40f0-a4e6-0f7910afc98a",
      "Balance": 3.0,
      "CurrencyId": "c780177b-d7eb-4f92-9da5-f1b5c7d7d066",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "b02ba1dd-1fbd-41b4-96d9-35395bf74b59",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "028ba661-cb77-4451-bfb8-0c72f7ce3fdd",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "e69b8316-7874-4f74-b052-b2b3fc5857a8",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "3e735a15-d5eb-4afa-b4ed-d8ea2430bcc9",
      "IsShow": true,
      "InformationText": "sample string 23"
    },
    {
      "AccountId": "8e770d09-592d-43e8-8821-830207f3a02c",
      "SenderId": "693f44f4-275e-40f0-a4e6-0f7910afc98a",
      "Balance": 3.0,
      "CurrencyId": "c780177b-d7eb-4f92-9da5-f1b5c7d7d066",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "b02ba1dd-1fbd-41b4-96d9-35395bf74b59",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "028ba661-cb77-4451-bfb8-0c72f7ce3fdd",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "e69b8316-7874-4f74-b052-b2b3fc5857a8",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "3e735a15-d5eb-4afa-b4ed-d8ea2430bcc9",
      "IsShow": true,
      "InformationText": "sample string 23"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}