Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The special feature identifier. |
integer |
Required |
Body Parameters
The special feature.
Pico.SpecialFeatureName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
displayOrder |
Gets or sets the display order. |
integer |
None. |
fannieMaeSpecialFeatureCode |
Gets or sets the fannie mae special feature code. |
string |
None. |
freddieMacLoanProgramIdentifier |
Gets or sets the freddie mac loan program identifier. |
string |
None. |
isActive |
Gets or sets a value indicating whether special feature is active. |
boolean |
None. |
id |
Gets or sets the special feature identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "description": "sample String 3", "displayOrder": 4, "fannieMaeSpecialFeatureCode": "sample String 5", "freddieMacLoanProgramIdentifier": "sample String 6", "isActive": true, "id": 8 }
text/html
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","displayOrder":4,"fannieMaeSpecialFeatureCode":"sample String 5","freddieMacLoanProgramIdentifier":"sample String 6","isActive":true,"id":8}
application/xml, text/xml
<SpecialFeature xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <DisplayOrder>4</DisplayOrder> <FannieMaeSpecialFeatureCode>sample String 5</FannieMaeSpecialFeatureCode> <FreddieMacLoanProgramIdentifier>sample String 6</FreddieMacLoanProgramIdentifier> <IsActive>true</IsActive> <SpecialFeatureId>8</SpecialFeatureId> </SpecialFeature>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated special feature.
Pico.SpecialFeatureName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
displayOrder |
Gets or sets the display order. |
integer |
None. |
fannieMaeSpecialFeatureCode |
Gets or sets the fannie mae special feature code. |
string |
None. |
freddieMacLoanProgramIdentifier |
Gets or sets the freddie mac loan program identifier. |
string |
None. |
isActive |
Gets or sets a value indicating whether special feature is active. |
boolean |
None. |
id |
Gets or sets the special feature identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "description": "sample String 3", "displayOrder": 4, "fannieMaeSpecialFeatureCode": "sample String 5", "freddieMacLoanProgramIdentifier": "sample String 6", "isActive": true, "id": 8 }
text/html
{"category":"sample String 1","code":"sample String 2","description":"sample String 3","displayOrder":4,"fannieMaeSpecialFeatureCode":"sample String 5","freddieMacLoanProgramIdentifier":"sample String 6","isActive":true,"id":8}
application/xml, text/xml
<SpecialFeature xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Code>sample String 2</Code> <Description>sample String 3</Description> <DisplayOrder>4</DisplayOrder> <FannieMaeSpecialFeatureCode>sample String 5</FannieMaeSpecialFeatureCode> <FreddieMacLoanProgramIdentifier>sample String 6</FreddieMacLoanProgramIdentifier> <IsActive>true</IsActive> <SpecialFeatureId>8</SpecialFeatureId> </SpecialFeature>