Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| miRateTypeId |
The MI rate type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The MI rate type, if it exists.
Nano.MIRateType| Name | Description | Type | Additional 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"
]
}
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"]}
application/vnd.api+json
Sample:
Sample not available.