Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The loan product group special feature identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The loan product group special feature, if it exists.

Pico.LoanProductGroupSpecialFeature
NameDescriptionTypeAdditional 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"
}

text/html

Sample:
{"loanPurpose":"sample String 1","occupancyType":"sample String 2","loanProductGroup":"3","id":"4","specialFeature":"5"}

application/xml, text/xml

Sample:
<LoanProductGroupSpecialFeature xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LoanPurpose>sample String 1</LoanPurpose>
  <OccupancyType>sample String 2</OccupancyType>
  <LoanProductGroupId>3</LoanProductGroupId>
  <LoanProductGroupSpecialFeatureId>4</LoanProductGroupSpecialFeatureId>
  <SpecialFeatureId>5</SpecialFeatureId>
</LoanProductGroupSpecialFeature>