Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of special features.

Collection of Nano.SpecialFeature
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

description

Gets or sets the description.

string

None.

displayOrder

Gets or sets the display order.

integer

None.

isActive

Gets or sets a value indicating whether special feature is active.

boolean

None.

id

Gets or sets the special feature identifier.

string

None.

loanProducts

Gets or sets the loan product identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "category": "sample String 1",
    "description": "sample String 2",
    "displayOrder": 3,
    "isActive": true,
    "id": "sample String 5",
    "loanProducts": [
      "1",
      "2"
    ]
  },
  {
    "category": "sample String 1",
    "description": "sample String 2",
    "displayOrder": 3,
    "isActive": true,
    "id": "sample String 5",
    "loanProducts": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"category":"sample String 1","description":"sample String 2","displayOrder":3,"isActive":true,"id":"sample String 5","loanProducts":["1","2"]},{"category":"sample String 1","description":"sample String 2","displayOrder":3,"isActive":true,"id":"sample String 5","loanProducts":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.