Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loanProgramId |
The loan program identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The loan program, if it exists.
Pico.LoanProgram| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| exceptions |
Gets or sets the exceptions. |
string |
None. |
| exceptionsDescription |
Gets or sets the exceptions description. |
string |
None. |
| flowEnabled |
Gets or sets a value indicating whether this is flow enabled. |
boolean |
None. |
| hasIncomeRestrictions |
Gets or sets a value indicating whether the loan program has income restrictions. |
boolean |
None. |
| interestCreditCutoffDay |
Gets or sets the interest credit cutoff day. |
integer |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| lienPosition |
Gets or sets the lien position. |
integer |
None. |
| nickname |
Gets or sets the nickname. |
string |
None. |
| publicEnabled |
Gets or sets the public enabled. |
boolean |
None. |
| defaultMIRateType |
Gets or sets the default MI rate type identifier. |
integer |
None. |
| id |
Gets or sets the loan program identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"exceptions": "sample String 3",
"exceptionsDescription": "sample String 4",
"flowEnabled": true,
"hasIncomeRestrictions": true,
"interestCreditCutoffDay": 7,
"isActive": true,
"lienPosition": 9,
"nickname": "sample String 10",
"publicEnabled": true,
"defaultMIRateType": "11",
"id": "12"
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","exceptions":"sample String 3","exceptionsDescription":"sample String 4","flowEnabled":true,"hasIncomeRestrictions":true,"interestCreditCutoffDay":7,"isActive":true,"lienPosition":9,"nickname":"sample String 10","publicEnabled":true,"defaultMIRateType":"11","id":"12"}
application/xml, text/xml
Sample:
<LoanProgram xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample String 1</Code> <Description>sample String 2</Description> <Exceptions>sample String 3</Exceptions> <ExceptionsDescription>sample String 4</ExceptionsDescription> <FlowEnabled>true</FlowEnabled> <HasIncomeRestrictions>true</HasIncomeRestrictions> <InterestCreditCutoffDay>7</InterestCreditCutoffDay> <IsActive>true</IsActive> <LienPosition>9</LienPosition> <Nickname>sample String 10</Nickname> <PublicEnabled>true</PublicEnabled> <DefaultMIRateTypeId>11</DefaultMIRateTypeId> <LoanProgramId>12</LoanProgramId> </LoanProgram>