POST api/Design/FormDeactivate

Request Information

URI Parameters

None.

Body Parameters

ThreeDPaneModel
NameDescriptionTypeAdditional 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

NavBarViewModel
NameDescriptionTypeAdditional information
MenuList1

Collection of MenuViewModel

None.

MenuList2

Collection of MenuViewModel

None.

MenuList3

Collection of MenuViewModel

None.

MenuList4

Collection of MenuViewModel

None.

MenuList5

Collection of MenuViewModel

None.

MenuList6

Collection of MenuViewModel

None.

MenuList7

Collection of MenuViewModel

None.

MenuList8

Collection of MenuViewModel

None.

MenuList9

Collection of MenuViewModel

None.

MenuList10

Collection of MenuViewModel

None.

MenuList11

Collection of MenuViewModel

None.

MenuList12

Collection of MenuViewModel

None.

MenuList13

Collection of MenuViewModel

None.

MenuList14

Collection of MenuViewModel

None.

MenuList15

Collection of MenuViewModel

None.

MenuList16

Collection of MenuViewModel

None.

JobMenus

Collection of MenuViewModel

None.

AccountMenus

Collection of MenuViewModel

None.

ScenariosMenus

Collection of MenuViewModel

None.

CustomMenus

Collection of MenuViewModel

None.

DrawMenus

Collection of MenuViewModel

None.

CNCMenus

Collection of MenuViewModel

None.

WindowsMenus

Collection of MenuViewModel

None.

ExportMenus

Collection of MenuViewModel

None.

HelpMenus

Collection of MenuViewModel

None.

MenuCaptions

Collection of MenuViewModel

None.

HasDeleteOtherUsersJobsClearance

boolean

None.

HasDeleteServerJobsClearance

boolean

None.

DuplicateQuoteLocked

boolean

None.

NotAllMaterials

boolean

None.

HasEditJobTemplatesJobClearance

boolean

None.

HasUnlockJobClearance

boolean

None.

HasOpenLockedJobClearance

boolean

None.

HasCustomizeScheduleWindowClearance

boolean

None.

HasCustomizeProcessClearance

boolean

None.

HasClearanceScheduleJobsInstallation

boolean

None.

HasClearanceScheduleJobsProduction

boolean

None.

HasShowScheduleJobHeaderValues

boolean

None.

HasOpenProjectPermission

boolean

None.

HasDeleteProjectPermission

boolean

None.

HasOpenTemplatePermission

boolean

None.

CompanyShortDateFormat

string

None.

CompanyCulture

string

None.

IsOtherUsersJob

boolean

None.

AppVersion

string

None.

IsSuperUserOrAdmin

boolean

None.

IsSuperUser

boolean

None.

IsDevSuperUser

boolean

None.

IsSupportAccount

boolean

None.

IsPaymentCompany

boolean

None.

IsEmbedSite

boolean

None.

IsEmbedShowQuote

boolean

None.

IsJobInProgress

boolean

None.

IsGenStairs

boolean

None.

NavBarSidePermissions

NavBarSideViewModel

None.

WhatsNewDate

date

None.

WhatsNewLink

string

None.

SearchByStartsWith

boolean

None.

ThemeDetails

ThemeViewModel

None.

TitleBarText

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.