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 the loan program identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"description": "sample String 2",
"loanPrograms": []
},
{
"id": "1",
"description": "sample String 2",
"loanPrograms": []
}
]
text/html
Sample:
[{"id":"1","description":"sample String 2","loanPrograms":[]},{"id":"1","description":"sample String 2","loanPrograms":[]}]
application/xml, text/xml
Sample:
<ArrayOfMIRateType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MIRateType>
<MIRateTypeId>1</MIRateTypeId>
<Description>sample String 2</Description>
</MIRateType>
<MIRateType>
<MIRateTypeId>1</MIRateTypeId>
<Description>sample String 2</Description>
</MIRateType>
</ArrayOfMIRateType>