POST api/Design/AmendDimension
Request Information
URI Parameters
None.
Body Parameters
AmendDimensionParametersName | Description | Type | Additional information |
---|---|---|---|
UnitInd | integer |
None. |
|
SubItemId | integer |
None. |
|
StairInd | integer |
None. |
|
ItemId | integer |
None. |
|
DimId | integer |
None. |
|
Value | integer |
None. |
|
NewValue | string |
None. |
|
KeyCode | integer |
None. |
|
AmendChanged | boolean |
None. |
|
ValueType | integer |
None. |
|
Override | boolean |
None. |
|
CanvasWidth | integer |
None. |
|
CanvasHeight | integer |
None. |
|
DesignMode | integer |
None. |
|
NotificationResponse | NotificationResponseDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "unitInd": 1, "subItemId": 2, "stairInd": 3, "itemId": 4, "dimId": 5, "value": 6, "newValue": "sample string 7", "keyCode": 8, "amendChanged": true, "valueType": 10, "override": true, "canvasWidth": 12, "canvasHeight": 13, "designMode": 14, "notificationResponse": { "responseType": 0, "value": "sample string 1" } }
application/xml, text/xml
Sample:
<AmendDimensionParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter"> <AmendChanged>true</AmendChanged> <CanvasHeight>13</CanvasHeight> <CanvasWidth>12</CanvasWidth> <DesignMode>14</DesignMode> <DimId>5</DimId> <ItemId>4</ItemId> <KeyCode>8</KeyCode> <NewValue>sample string 7</NewValue> <NotificationResponse> <ResponseType>Null</ResponseType> <Value>sample string 1</Value> </NotificationResponse> <Override>true</Override> <StairInd>3</StairInd> <SubItemId>2</SubItemId> <UnitInd>1</UnitInd> <Value>6</Value> <ValueType>10</ValueType> </AmendDimensionParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DrawingDtoName | 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.