POST api/Style/SetShowProfile
Request Information
URI Parameters
None.
Body Parameters
StyleSettingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NoAlertRedundantSize | boolean |
None. |
|
| PartAlert | boolean |
None. |
|
| FeatureEstimate | boolean |
None. |
|
| ShowNotes | boolean |
None. |
|
| ShowProfile | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"noAlertRedundantSize": true,
"partAlert": true,
"featureEstimate": true,
"showNotes": true,
"showProfile": true
}
application/xml, text/xml
Sample:
<StyleSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <FeatureEstimate>true</FeatureEstimate> <NoAlertRedundantSize>true</NoAlertRedundantSize> <PartAlert>true</PartAlert> <ShowNotes>true</ShowNotes> <ShowProfile>true</ShowProfile> </StyleSettingViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.