POST api/Design/FormUnload
Request Information
URI Parameters
None.
Body Parameters
ThreeDPaneModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ThreeDPanes | Collection of ThreeDPaneDetailModel |
None. |
|
| isUsingOldBlobSetup | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"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:
<ThreeDPaneModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Drawing">
<ThreeDPanes>
<ThreeDPaneDetailModel>
<IsRightDragged>true</IsRightDragged>
<IsShowTexture>true</IsShowTexture>
<PanelWidth>sample string 3</PanelWidth>
<WidthPercent>4.1</WidthPercent>
</ThreeDPaneDetailModel>
<ThreeDPaneDetailModel>
<IsRightDragged>true</IsRightDragged>
<IsShowTexture>true</IsShowTexture>
<PanelWidth>sample string 3</PanelWidth>
<WidthPercent>4.1</WidthPercent>
</ThreeDPaneDetailModel>
</ThreeDPanes>
<isUsingOldBlobSetup>true</isUsingOldBlobSetup>
</ThreeDPaneModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.