GET Accounts/GetProducts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AccountProduct
NameDescriptionTypeAdditional information
id

integer

None.

producttype

string

None.

productname

string

None.

productcategory

string

None.

ActiveForAccountOpening

boolean

None.

ActiveForLoan

boolean

None.

AllowedOnMobileApp

boolean

None.

AllowedOnIbank

boolean

None.

MaxDailyTransLimit

decimal number

None.

MaxSinlgeTransLimit

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "producttype": "sample string 2",
    "productname": "sample string 3",
    "productcategory": "sample string 4",
    "ActiveForAccountOpening": true,
    "ActiveForLoan": true,
    "AllowedOnMobileApp": true,
    "AllowedOnIbank": true,
    "MaxDailyTransLimit": 9.0,
    "MaxSinlgeTransLimit": 10.0
  },
  {
    "id": 1,
    "producttype": "sample string 2",
    "productname": "sample string 3",
    "productcategory": "sample string 4",
    "ActiveForAccountOpening": true,
    "ActiveForLoan": true,
    "AllowedOnMobileApp": true,
    "AllowedOnIbank": true,
    "MaxDailyTransLimit": 9.0,
    "MaxSinlgeTransLimit": 10.0
  }
]