Request Information
URI Parameters
None.
Body Parameters
The loan product group special feature.
Pico.LoanProductGroupSpecialFeatureName | 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. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created loan product group special feature.
Pico.LoanProductGroupSpecialFeatureName | 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" }
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>