POST api/Design/DesignPanelLoad
Request Information
URI Parameters
None.
Body Parameters
DrawingDefaultParameterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CanvasHeight | integer |
None. |
|
| CanvasWidth | integer |
None. |
|
| DesignMode | integer |
None. |
|
| ThreeDPane | ThreeDPaneModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"canvasHeight": 1,
"canvasWidth": 2,
"designMode": 3,
"threeDPane": {
"threeDPanes": [
{
"isRightDragged": true,
"isShowTexture": true,
"panelWidth": "sample string 3",
"widthPercent": 4.1
},
{
"isRightDragged": true,
"isShowTexture": true,
"panelWidth": "sample string 3",
"widthPercent": 4.1
}
],
"isUsingOldBlobSetup": true
}
}
application/xml, text/xml
Sample:
<DrawingDefaultParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<CanvasHeight>1</CanvasHeight>
<CanvasWidth>2</CanvasWidth>
<DesignMode>3</DesignMode>
<ThreeDPane xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Drawing">
<d2p1:ThreeDPanes>
<d2p1:ThreeDPaneDetailModel>
<d2p1:IsRightDragged>true</d2p1:IsRightDragged>
<d2p1:IsShowTexture>true</d2p1:IsShowTexture>
<d2p1:PanelWidth>sample string 3</d2p1:PanelWidth>
<d2p1:WidthPercent>4.1</d2p1:WidthPercent>
</d2p1:ThreeDPaneDetailModel>
<d2p1:ThreeDPaneDetailModel>
<d2p1:IsRightDragged>true</d2p1:IsRightDragged>
<d2p1:IsShowTexture>true</d2p1:IsShowTexture>
<d2p1:PanelWidth>sample string 3</d2p1:PanelWidth>
<d2p1:WidthPercent>4.1</d2p1:WidthPercent>
</d2p1:ThreeDPaneDetailModel>
</d2p1:ThreeDPanes>
<d2p1:isUsingOldBlobSetup>true</d2p1:isUsingOldBlobSetup>
</ThreeDPane>
</DrawingDefaultParameterDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DrawingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| MainDesign | string |
None. |
|
| Templates | string |
None. |
|
| RefreshTemplates | boolean |
None. |
|
| Notification | NotificationDto |
None. |
|
| DesignMode | integer |
None. |
|
| IgnoreDrawingChanges | boolean |
None. |
|
| WellCount | integer |
None. |
|
| StairCount | integer |
None. |
|
| WellTemplateCount | integer |
None. |
|
| IsMainFolder | boolean |
None. |
|
| IsStair | boolean |
None. |
|
| IsWell | boolean |
None. |
|
| TemporarySeparation | boolean |
None. |
|
| ContextMenu | ContextMenuList |
None. |
|
| ThemeColor | string |
None. |
|
| BackGroundColor | string |
None. |
|
| CanShowDisplay3d | boolean |
None. |
|
| TemplateSvgHeight | integer |
None. |
|
| TemplateDivideYList | Collection of integer |
None. |
|
| isZoom | boolean |
None. |
|
| AlertButtonVisible | boolean |
None. |
|
| StairLevelTextList | StairLevelTextList |
None. |
|
| isDisableUndo | boolean |
None. |
|
| ThreeDPane | ThreeDPaneModel |
None. |
|
| NavbarViewModel | NavBarViewModel |
None. |
|
| onScreenMenu | ContextMenuList |
None. |
|
| Display | DisplayDto |
None. |
|
| JobInProgress | boolean |
None. |
|
| QuoteTotal | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.