POST api/Detail/SetShared2

Request Information

URI Parameters

None.

Body Parameters

CheckBoxDto
NameDescriptionTypeAdditional information
Checked

boolean

None.

Visible

boolean

None.

Enabled

boolean

None.

Caption

string

None.

Request Formats

application/json, text/json

Sample:
{
  "checked": true,
  "visible": true,
  "enabled": true,
  "caption": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckBoxDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
  <Caption>sample string 4</Caption>
  <Checked>true</Checked>
  <Enabled>true</Enabled>
  <Visible>true</Visible>
</CheckBoxDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DetailsViewModel
NameDescriptionTypeAdditional information
DisposeDate

date

None.

DisposeMode

integer

None.

LeadTime

integer

None.

RequiresCNC

boolean

None.

CalcWeight

boolean

None.

UpperFloor

integer

None.

LowerFloor

integer

None.

Stain

boolean

None.

WePaint

boolean

None.

FromPlan

boolean

None.

ReMeasure

boolean

None.

Briefing

boolean

None.

PowerOn

boolean

None.

BrickUpper

boolean

None.

BrickLower

boolean

None.

WeCutFloor

boolean

None.

WeCutWall

boolean

None.

TreadProtect

boolean

None.

Cupboard

string

None.

DetailsNote

string

None.

ShowCriticalNote

boolean

None.

BorderColor

integer

None.

FillColor

integer

None.

TextColor

integer

None.

SchedBorderClrText

string

None.

SchedFillClrText

string

None.

SchedTextClrText

string

None.

QuickTravelMins

integer

None.

QuickTravelDoll

decimal number

None.

LiningOld

integer

None.

InstallationDate

date

None.

ScheduleRow

integer

None.

ScheduleRow2

integer

None.

CNCScheduleDate

date

None.

ProductionDate

date

None.

CNCDone

boolean

None.

QuickTravelMinsB

integer

None.

QuickTravelDollB

decimal number

None.

FloorThk

string

None.

LNoseReb

string

None.

WeightCalculationIsError

boolean

None.

CupboardValueHasError

boolean

None.

ScheduleColors

Collection of DetailsScheduleColorsViewModel

None.

IsDirty

boolean

None.

LaborMaterialsDirty

boolean

None.

DirectoryColor

integer

None.

AlertSharedDates

boolean

None.

IconList

string

None.

JobSchedule

ScheduleDetailsViewModel

None.

WindowLock

LockInformationModel

None.

SharedCheckBox

CheckBoxDto

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.