POST api/Design/ClearDimensions
Request Information
URI Parameters
None.
Body Parameters
MouseUpParameterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StartX | integer |
None. |
|
| StartY | integer |
None. |
|
| EndX | integer |
None. |
|
| EndY | integer |
None. |
|
| JunctionId | integer |
None. |
|
| LineId | integer |
None. |
|
| DimmingId | integer |
None. |
|
| SelectionName | string |
None. |
|
| KeyPress | KeyPressParameters |
None. |
|
| Type | string |
None. |
|
| ClickX | integer |
None. |
|
| ClickY | integer |
None. |
|
| NotificationResponse | NotificationResponseDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"startX": 1,
"startY": 2,
"endX": 3,
"endY": 4,
"junctionId": 5,
"lineId": 6,
"dimmingId": 7,
"selectionName": "sample string 8",
"keyPress": {
"ctrlKey": true,
"shiftKey": true,
"altKey": true
},
"type": "sample string 9",
"clickX": 10,
"clickY": 11,
"notificationResponse": {
"responseType": 0,
"value": "sample string 1",
"identifier": "sample string 2"
}
}
application/xml, text/xml
Sample:
<MouseUpParameterDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<ClickX>10</ClickX>
<ClickY>11</ClickY>
<DimmingId>7</DimmingId>
<EndX>3</EndX>
<EndY>4</EndY>
<JunctionId>5</JunctionId>
<KeyPress>
<AltKey>true</AltKey>
<CtrlKey>true</CtrlKey>
<ShiftKey>true</ShiftKey>
</KeyPress>
<LineId>6</LineId>
<NotificationResponse>
<Identifier>sample string 2</Identifier>
<ResponseType>Null</ResponseType>
<Value>sample string 1</Value>
</NotificationResponse>
<SelectionName>sample string 8</SelectionName>
<StartX>1</StartX>
<StartY>2</StartY>
<Type>sample string 9</Type>
</MouseUpParameterDto>
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.