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