Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
loanProductId |
The loan product identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of loan products.
Collection of Micro.LoanProductName | Description | Type | Additional information |
---|---|---|---|
amortizationType |
Gets or sets the type of the amortization. |
string |
None. |
armTerm |
Gets or sets the ARM term identifier. |
integer |
None. |
description |
Gets or sets the description. |
string |
None. |
defaultDocumentationType |
Gets or sets the default documentation type identifier. |
integer |
None. |
hasIncomeRestrictions |
Gets or sets a value indicating whether the loan product has income restrictions. |
boolean |
None. |
internalEnabled |
Gets or sets a value indicating whether this is internal enabled. |
boolean |
None. |
isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
isPublic |
Gets or sets a value indicating whether this is public. |
boolean |
None. |
id |
Gets or sets the loan product identifier. |
integer |
None. |
loanProgram |
Gets or sets the loan program identifier. |
integer |
None. |
minMILTV |
Gets or sets the minimum MI LTV. |
decimal number |
None. |
nickname |
Gets or sets the nickname. |
string |
None. |
productCode |
Gets or sets the Product Code. |
string |
None. |
tier |
Gets or sets the tier. |
integer |
None. |
term |
Gets or sets the term. |
integer |
None. |
Response Formats
application/json, text/json
[ { "amortizationType": "sample String 1", "armTerm": "1", "description": "sample String 2", "defaultDocumentationType": "3", "hasIncomeRestrictions": true, "internalEnabled": true, "isActive": true, "isPublic": true, "id": "8", "loanProgram": "9", "minMILTV": 1.0, "nickname": "sample String 10", "productCode": "sample String 11", "tier": 12, "term": 13 }, { "amortizationType": "sample String 1", "armTerm": "1", "description": "sample String 2", "defaultDocumentationType": "3", "hasIncomeRestrictions": true, "internalEnabled": true, "isActive": true, "isPublic": true, "id": "8", "loanProgram": "9", "minMILTV": 1.0, "nickname": "sample String 10", "productCode": "sample String 11", "tier": 12, "term": 13 } ]
text/html
[{"amortizationType":"sample String 1","armTerm":"1","description":"sample String 2","defaultDocumentationType":"3","hasIncomeRestrictions":true,"internalEnabled":true,"isActive":true,"isPublic":true,"id":"8","loanProgram":"9","minMILTV":1.0,"nickname":"sample String 10","productCode":"sample String 11","tier":12,"term":13},{"amortizationType":"sample String 1","armTerm":"1","description":"sample String 2","defaultDocumentationType":"3","hasIncomeRestrictions":true,"internalEnabled":true,"isActive":true,"isPublic":true,"id":"8","loanProgram":"9","minMILTV":1.0,"nickname":"sample String 10","productCode":"sample String 11","tier":12,"term":13}]
application/xml, text/xml
<ArrayOfLoanProduct xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LoanProduct> <AmortizationType>sample String 1</AmortizationType> <ARMTermId>1</ARMTermId> <Description>sample String 2</Description> <DefaultDocumentationTypeId>3</DefaultDocumentationTypeId> <HasIncomeRestrictions>true</HasIncomeRestrictions> <InternalEnabled>true</InternalEnabled> <IsActive>true</IsActive> <IsPublic>true</IsPublic> <LoanProductId>8</LoanProductId> <LoanProgramId>9</LoanProgramId> <MinMILTV>1</MinMILTV> <Nickname>sample String 10</Nickname> <ProductCode>sample String 11</ProductCode> <Tier>12</Tier> <Term>13</Term> </LoanProduct> <LoanProduct> <AmortizationType>sample String 1</AmortizationType> <ARMTermId>1</ARMTermId> <Description>sample String 2</Description> <DefaultDocumentationTypeId>3</DefaultDocumentationTypeId> <HasIncomeRestrictions>true</HasIncomeRestrictions> <InternalEnabled>true</InternalEnabled> <IsActive>true</IsActive> <IsPublic>true</IsPublic> <LoanProductId>8</LoanProductId> <LoanProgramId>9</LoanProgramId> <MinMILTV>1</MinMILTV> <Nickname>sample String 10</Nickname> <ProductCode>sample String 11</ProductCode> <Tier>12</Tier> <Term>13</Term> </LoanProduct> </ArrayOfLoanProduct>