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.
Micro.MIRateType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the MI rate type identifier. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| loanPrograms |
Gets or sets the loan program identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1",
"description": "sample String 2",
"loanPrograms": [
"1",
"2"
]
}
text/html
Sample:
{"id":"1","description":"sample String 2","loanPrograms":["1","2"]}