Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of MI rate types.
Collection of 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"
]
},
{
"id": "1",
"description": "sample String 2",
"loanPrograms": [
"1",
"2"
]
}
]
text/html
Sample:
[{"id":"1","description":"sample String 2","loanPrograms":["1","2"]},{"id":"1","description":"sample String 2","loanPrograms":["1","2"]}]