POST api/ComponentProject/SetSelectedOtherStyle
Request Information
URI Parameters
None.
Body Parameters
ProjectComponentItemViewModelName | Description | Type | Additional information |
---|---|---|---|
ScenarioName | string |
None. |
|
StairName | string |
None. |
|
TabIndex | integer |
None. |
|
ButtonIndex | integer |
None. |
|
Category | integer |
None. |
|
CategoryName | string |
None. |
|
CategoryVisible | boolean |
None. |
|
CategoryBackColor | string |
None. |
|
EnableStyleCombo | boolean |
None. |
|
EnableEditStyle | boolean |
None. |
|
VisibleEditStyle | boolean |
None. |
|
StyleName | string |
None. |
|
StyleId | integer |
None. |
|
StyleUid | globally unique identifier |
None. |
|
StyleIndex | integer |
None. |
|
StyleVisible | boolean |
None. |
|
StylesSelection | Collection of string |
None. |
|
StyleKeys | Collection of LookupDto |
None. |
|
TimberName | string |
None. |
|
TimberAbbrev | string |
None. |
|
TimberId | integer |
None. |
|
TimberIndex | integer |
None. |
|
TimberVisible | boolean |
None. |
|
EnableTimber | boolean |
None. |
|
TimberWithinTheme | boolean |
None. |
|
TimbersSelection | Collection of LookupDto |
None. |
|
AllTimbers | Collection of LookupDto |
None. |
|
TimberShiftDown | boolean |
None. |
|
TimberControlDown | boolean |
None. |
|
WallTrimInstall | boolean |
None. |
|
WallTrimInstallEnabled | boolean |
None. |
|
WellTrimInstall | boolean |
None. |
|
WellTrimInstallEnabled | boolean |
None. |
|
SideNosings | boolean |
None. |
|
SideNosingsLabel | string |
None. |
|
OpenRise | boolean |
None. |
|
OpenRiseVisible | boolean |
None. |
|
OpenRiseLabel | string |
None. |
|
TimberCellColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "scenarioName": "sample string 1", "stairName": "sample string 2", "tabIndex": 3, "buttonIndex": 4, "category": 5, "categoryName": "sample string 6", "categoryVisible": true, "categoryBackColor": "sample string 8", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 12", "styleId": 13, "styleUid": "d222398c-fc92-4b1e-9d1b-68e1ece239ba", "styleIndex": 15, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" } ], "timberName": "sample string 17", "timberAbbrev": "sample string 18", "timberId": 19, "timberIndex": 20, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "e5bc95ac-3939-4c81-af79-93f059ff0e78", "parentUid": "2c707df1-1333-469f-a608-7f06167abad0" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 31", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 34", "timberCellColor": "sample string 35" }
application/xml, text/xml
Sample:
<ProjectComponentItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <_x003C_AllTimbers_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> </_x003C_AllTimbers_x003E_k__BackingField> <_x003C_ButtonIndex_x003E_k__BackingField>4</_x003C_ButtonIndex_x003E_k__BackingField> <_x003C_CategoryBackColor_x003E_k__BackingField>sample string 8</_x003C_CategoryBackColor_x003E_k__BackingField> <_x003C_CategoryName_x003E_k__BackingField>sample string 6</_x003C_CategoryName_x003E_k__BackingField> <_x003C_CategoryVisible_x003E_k__BackingField>true</_x003C_CategoryVisible_x003E_k__BackingField> <_x003C_Category_x003E_k__BackingField>5</_x003C_Category_x003E_k__BackingField> <_x003C_EnableEditStyle_x003E_k__BackingField>true</_x003C_EnableEditStyle_x003E_k__BackingField> <_x003C_EnableStyleCombo_x003E_k__BackingField>true</_x003C_EnableStyleCombo_x003E_k__BackingField> <_x003C_EnableTimber_x003E_k__BackingField>true</_x003C_EnableTimber_x003E_k__BackingField> <_x003C_OpenRiseLabel_x003E_k__BackingField>sample string 34</_x003C_OpenRiseLabel_x003E_k__BackingField> <_x003C_OpenRiseVisible_x003E_k__BackingField>true</_x003C_OpenRiseVisible_x003E_k__BackingField> <_x003C_OpenRise_x003E_k__BackingField>true</_x003C_OpenRise_x003E_k__BackingField> <_x003C_SideNosingsLabel_x003E_k__BackingField>sample string 31</_x003C_SideNosingsLabel_x003E_k__BackingField> <_x003C_SideNosings_x003E_k__BackingField>true</_x003C_SideNosings_x003E_k__BackingField> <_x003C_StyleId_x003E_k__BackingField>13</_x003C_StyleId_x003E_k__BackingField> <_x003C_StyleIndex_x003E_k__BackingField>15</_x003C_StyleIndex_x003E_k__BackingField> <_x003C_StyleKeys_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> </_x003C_StyleKeys_x003E_k__BackingField> <_x003C_StyleName_x003E_k__BackingField>sample string 12</_x003C_StyleName_x003E_k__BackingField> <_x003C_StyleUid_x003E_k__BackingField>d222398c-fc92-4b1e-9d1b-68e1ece239ba</_x003C_StyleUid_x003E_k__BackingField> <_x003C_StyleVisible_x003E_k__BackingField>true</_x003C_StyleVisible_x003E_k__BackingField> <_x003C_StylesSelection_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </_x003C_StylesSelection_x003E_k__BackingField> <_x003C_TabIndex_x003E_k__BackingField>3</_x003C_TabIndex_x003E_k__BackingField> <_x003C_TimberAbbrev_x003E_k__BackingField>sample string 18</_x003C_TimberAbbrev_x003E_k__BackingField> <_x003C_TimberCellColor_x003E_k__BackingField>sample string 35</_x003C_TimberCellColor_x003E_k__BackingField> <_x003C_TimberControlDown_x003E_k__BackingField>true</_x003C_TimberControlDown_x003E_k__BackingField> <_x003C_TimberId_x003E_k__BackingField>19</_x003C_TimberId_x003E_k__BackingField> <_x003C_TimberIndex_x003E_k__BackingField>20</_x003C_TimberIndex_x003E_k__BackingField> <_x003C_TimberName_x003E_k__BackingField>sample string 17</_x003C_TimberName_x003E_k__BackingField> <_x003C_TimberShiftDown_x003E_k__BackingField>true</_x003C_TimberShiftDown_x003E_k__BackingField> <_x003C_TimberVisible_x003E_k__BackingField>true</_x003C_TimberVisible_x003E_k__BackingField> <_x003C_TimberWithinTheme_x003E_k__BackingField>true</_x003C_TimberWithinTheme_x003E_k__BackingField> <_x003C_TimbersSelection_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> <d2p1:LookupDto> <d2p1:_x003C_Description_x003E_k__BackingField>sample string 5</d2p1:_x003C_Description_x003E_k__BackingField> <d2p1:_x003C_IdString_x003E_k__BackingField>sample string 2</d2p1:_x003C_IdString_x003E_k__BackingField> <d2p1:_x003C_Id_x003E_k__BackingField>1</d2p1:_x003C_Id_x003E_k__BackingField> <d2p1:_x003C_Name_x003E_k__BackingField>sample string 3</d2p1:_x003C_Name_x003E_k__BackingField> <d2p1:_x003C_ParentId_x003E_k__BackingField>sample string 4</d2p1:_x003C_ParentId_x003E_k__BackingField> <d2p1:_x003C_ParentUid_x003E_k__BackingField>2c707df1-1333-469f-a608-7f06167abad0</d2p1:_x003C_ParentUid_x003E_k__BackingField> <d2p1:_x003C_Selected_x003E_k__BackingField>true</d2p1:_x003C_Selected_x003E_k__BackingField> <d2p1:_x003C_SortIndex_x003E_k__BackingField>7</d2p1:_x003C_SortIndex_x003E_k__BackingField> <d2p1:_x003C_UniqueId_x003E_k__BackingField>e5bc95ac-3939-4c81-af79-93f059ff0e78</d2p1:_x003C_UniqueId_x003E_k__BackingField> </d2p1:LookupDto> </_x003C_TimbersSelection_x003E_k__BackingField> <_x003C_VisibleEditStyle_x003E_k__BackingField>true</_x003C_VisibleEditStyle_x003E_k__BackingField> <_x003C_WallTrimInstallEnabled_x003E_k__BackingField>true</_x003C_WallTrimInstallEnabled_x003E_k__BackingField> <_x003C_WallTrimInstall_x003E_k__BackingField>true</_x003C_WallTrimInstall_x003E_k__BackingField> <_x003C_WellTrimInstallEnabled_x003E_k__BackingField>true</_x003C_WellTrimInstallEnabled_x003E_k__BackingField> <_x003C_WellTrimInstall_x003E_k__BackingField>true</_x003C_WellTrimInstall_x003E_k__BackingField> <_x003C_ScenarioName_x003E_k__BackingField>sample string 1</_x003C_ScenarioName_x003E_k__BackingField> <_x003C_StairName_x003E_k__BackingField>sample string 2</_x003C_StairName_x003E_k__BackingField> </ProjectComponentItemViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProjectComponentMainViewModelName | Description | Type | Additional information |
---|---|---|---|
ProjectComponents | Collection of ProjectComponentItemViewModel |
None. |
|
AllComponents | Collection of ProjectComponentItemViewModel |
None. |
|
StairTemplates | Collection of LookupDto |
None. |
|
BalustradeTemplates | Collection of LookupDto |
None. |
|
Components | Collection of ComponentItemViewModel |
None. |
|
AllComponents | Collection of ComponentItemViewModel |
None. |
|
WallTrimInstall | boolean |
None. |
|
WallTrimInstallEnabled | boolean |
None. |
|
WellTrimInstall | boolean |
None. |
|
WellTrimInstallEnabled | boolean |
None. |
|
SideNosings | boolean |
None. |
|
OpenRise | boolean |
None. |
|
OpenRiseVisible | boolean |
None. |
|
ShowSpecsLabel | string |
None. |
|
ManageTemplatesVisible | boolean |
None. |
|
SelectedStairTemplate | string |
None. |
|
SelectedBalustradeTemplate | string |
None. |
|
StairTemplateBackColor | string |
None. |
|
BalustradeTemplateBackColor | string |
None. |
|
Layers | Collection of LookupDto |
None. |
|
SelectedLayerName | string |
None. |
|
CreateOverrideCaption | string |
None. |
|
HasTimberZeroCostAlert | boolean |
None. |
|
HasStringLandingsAlert | boolean |
None. |
|
TimberZeroCostMessage | string |
None. |
|
ErrorMessage | string |
None. |
|
TextureData | Collection of TextureData |
None. |
|
Lingos | Collection of LookupDto |
None. |
|
SaveStairTemplateButton | CommandButtonDto |
None. |
|
SaveBalustradeTemplateButton | CommandButtonDto |
None. |
|
DefaultStairTemplateCheckBox | CheckBoxDto |
None. |
|
DefaultBalustradeTemplateCheckBox | CheckBoxDto |
None. |
|
DeleteStairTemplateButton | CommandButtonDto |
None. |
|
DeleteBalustradeTemplateButton | CommandButtonDto |
None. |
|
ManageLayersButton | CommandButtonDto |
None. |
|
ManageSelectionsButton | CommandButtonDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "saveStairTemplateButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "saveBalustradeTemplateButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "defaultStairTemplateCheckBox": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "defaultBalustradeTemplateCheckBox": { "checked": true, "visible": true, "enabled": true, "caption": "sample string 4" }, "deleteStairTemplateButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "deleteBalustradeTemplateButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "manageLayersButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "manageSelectionsButton": { "visible": true, "enabled": true, "caption": "sample string 3" }, "projectComponents": [ { "scenarioName": "sample string 1", "stairName": "sample string 2", "tabIndex": 3, "buttonIndex": 4, "category": 5, "categoryName": "sample string 6", "categoryVisible": true, "categoryBackColor": "sample string 8", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 12", "styleId": 13, "styleUid": "1bb582a3-fabe-4b0a-862b-fed453980785", "styleIndex": 15, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 17", "timberAbbrev": "sample string 18", "timberId": 19, "timberIndex": 20, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 31", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 34", "timberCellColor": "sample string 35" }, { "scenarioName": "sample string 1", "stairName": "sample string 2", "tabIndex": 3, "buttonIndex": 4, "category": 5, "categoryName": "sample string 6", "categoryVisible": true, "categoryBackColor": "sample string 8", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 12", "styleId": 13, "styleUid": "1bb582a3-fabe-4b0a-862b-fed453980785", "styleIndex": 15, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 17", "timberAbbrev": "sample string 18", "timberId": 19, "timberIndex": 20, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 31", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 34", "timberCellColor": "sample string 35" } ], "allComponents": [ { "scenarioName": "sample string 1", "stairName": "sample string 2", "tabIndex": 3, "buttonIndex": 4, "category": 5, "categoryName": "sample string 6", "categoryVisible": true, "categoryBackColor": "sample string 8", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 12", "styleId": 13, "styleUid": "1bb582a3-fabe-4b0a-862b-fed453980785", "styleIndex": 15, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 17", "timberAbbrev": "sample string 18", "timberId": 19, "timberIndex": 20, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 31", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 34", "timberCellColor": "sample string 35" }, { "scenarioName": "sample string 1", "stairName": "sample string 2", "tabIndex": 3, "buttonIndex": 4, "category": 5, "categoryName": "sample string 6", "categoryVisible": true, "categoryBackColor": "sample string 8", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 12", "styleId": 13, "styleUid": "1bb582a3-fabe-4b0a-862b-fed453980785", "styleIndex": 15, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 17", "timberAbbrev": "sample string 18", "timberId": 19, "timberIndex": 20, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 31", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 34", "timberCellColor": "sample string 35" } ], "stairTemplates": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "balustradeTemplates": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "components": [ { "tabIndex": 1, "buttonIndex": 2, "category": 3, "categoryName": "sample string 4", "categoryVisible": true, "categoryBackColor": "sample string 6", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 10", "styleId": 11, "styleUid": "b25187d9-c1d5-47f1-b843-362235a53e38", "styleIndex": 13, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 15", "timberAbbrev": "sample string 16", "timberId": 17, "timberIndex": 18, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 29", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 32", "timberCellColor": "sample string 33" }, { "tabIndex": 1, "buttonIndex": 2, "category": 3, "categoryName": "sample string 4", "categoryVisible": true, "categoryBackColor": "sample string 6", "enableStyleCombo": true, "enableEditStyle": true, "visibleEditStyle": true, "styleName": "sample string 10", "styleId": 11, "styleUid": "b25187d9-c1d5-47f1-b843-362235a53e38", "styleIndex": 13, "styleVisible": true, "stylesSelection": [ "sample string 1", "sample string 2" ], "styleKeys": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberName": "sample string 15", "timberAbbrev": "sample string 16", "timberId": 17, "timberIndex": 18, "timberVisible": true, "enableTimber": true, "timberWithinTheme": true, "timbersSelection": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "allTimbers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "timberShiftDown": true, "timberControlDown": true, "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "sideNosingsLabel": "sample string 29", "openRise": true, "openRiseVisible": true, "openRiseLabel": "sample string 32", "timberCellColor": "sample string 33" } ], "wallTrimInstall": true, "wallTrimInstallEnabled": true, "wellTrimInstall": true, "wellTrimInstallEnabled": true, "sideNosings": true, "openRise": true, "openRiseVisible": true, "showSpecsLabel": "sample string 8", "manageTemplatesVisible": true, "selectedStairTemplate": "sample string 10", "selectedBalustradeTemplate": "sample string 11", "stairTemplateBackColor": "sample string 12", "balustradeTemplateBackColor": "sample string 13", "layers": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ], "selectedLayerName": "sample string 14", "createOverrideCaption": "sample string 15", "hasTimberZeroCostAlert": true, "hasStringLandingsAlert": true, "timberZeroCostMessage": "sample string 18", "errorMessage": "sample string 19", "textureData": [ { "textureType": 1, "name": "sample string 1", "uid": "sample string 2", "fileName": "sample string 3", "extension": "sample string 4", "color": 1, "img": {} }, { "textureType": 1, "name": "sample string 1", "uid": "sample string 2", "fileName": "sample string 3", "extension": "sample string 4", "color": 1, "img": {} } ], "lingos": [ { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" }, { "id": 1, "idString": "sample string 2", "name": "sample string 3", "parentId": "sample string 4", "description": "sample string 5", "selected": true, "sortIndex": 7, "uniqueId": "a567128e-ea01-4e0c-9ff7-1918a30433ed", "parentUid": "4b54f7e0-b0bf-46e0-9be5-e4c8ec488acc" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.