Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| specialFeatureId |
The special feature identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of loan product group special features.
Collection of Pico.LoanProductGroupSpecialFeature| Name | Description | Type | Additional information |
|---|---|---|---|
| loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
| occupancyType |
Gets or sets the type of the occupancy. |
string |
None. |
| loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
| id |
Gets or sets the loan product group special feature identifier. |
integer |
None. |
| specialFeature |
Gets or sets the special feature identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"loanPurpose": "sample String 1",
"occupancyType": "sample String 2",
"loanProductGroup": "3",
"id": "4",
"specialFeature": "5"
},
{
"loanPurpose": "sample String 1",
"occupancyType": "sample String 2",
"loanProductGroup": "3",
"id": "4",
"specialFeature": "5"
}
]
text/html
Sample:
[{"loanPurpose":"sample String 1","occupancyType":"sample String 2","loanProductGroup":"3","id":"4","specialFeature":"5"},{"loanPurpose":"sample String 1","occupancyType":"sample String 2","loanProductGroup":"3","id":"4","specialFeature":"5"}]
application/xml, text/xml
Sample:
<ArrayOfLoanProductGroupSpecialFeature xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LoanProductGroupSpecialFeature>
<LoanPurpose>sample String 1</LoanPurpose>
<OccupancyType>sample String 2</OccupancyType>
<LoanProductGroupId>3</LoanProductGroupId>
<LoanProductGroupSpecialFeatureId>4</LoanProductGroupSpecialFeatureId>
<SpecialFeatureId>5</SpecialFeatureId>
</LoanProductGroupSpecialFeature>
<LoanProductGroupSpecialFeature>
<LoanPurpose>sample String 1</LoanPurpose>
<OccupancyType>sample String 2</OccupancyType>
<LoanProductGroupId>3</LoanProductGroupId>
<LoanProductGroupSpecialFeatureId>4</LoanProductGroupSpecialFeatureId>
<SpecialFeatureId>5</SpecialFeatureId>
</LoanProductGroupSpecialFeature>
</ArrayOfLoanProductGroupSpecialFeature>