Request Information

URI Parameters

NameDescriptionTypeAdditional information
specialFeatureId

The special feature identifier.

string

Required

Body Parameters

None.

Response Information

Resource Description

The special feature.

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"
  ]
}

text/html

Sample:
{"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.