Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanProgramId

The loan program identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of MI rate types.

Collection of Nano.MIRateType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether the type is active.

boolean

None.

productType

Gets or sets the type of the product.

string

None.

id

Gets or sets the MI rate type identifier.

integer

None.

defaultLoanPrograms

Gets or sets the default loan program identifiers.

Collection of integer

None.

loanPrograms

Gets or sets the loan program identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "productType": "sample String 4",
    "id": "5",
    "defaultLoanPrograms": [
      "1",
      "2"
    ],
    "loanPrograms": [
      "1",
      "2"
    ]
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "isActive": true,
    "productType": "sample String 4",
    "id": "5",
    "defaultLoanPrograms": [
      "1",
      "2"
    ],
    "loanPrograms": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","isActive":true,"productType":"sample String 4","id":"5","defaultLoanPrograms":["1","2"],"loanPrograms":["1","2"]},{"code":"sample String 1","description":"sample String 2","isActive":true,"productType":"sample String 4","id":"5","defaultLoanPrograms":["1","2"],"loanPrograms":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.