POST api/Cnc/CNCBedExportCheck
Request Information
URI Parameters
None.
Body Parameters
CncBedSettingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SheetOffsetX | string |
None. |
|
| SheetOffsetY | string |
None. |
|
| ShowDirections | boolean |
None. |
|
| ShowCutPath | boolean |
None. |
|
| ShowTrench | boolean |
None. |
|
| ShowBases | boolean |
None. |
|
| ShowGrid | boolean |
None. |
|
| ShowFixtures | boolean |
None. |
|
| NudgeValue | string |
None. |
|
| GotoX | string |
None. |
|
| GotoY | string |
None. |
|
| GridIndex | integer |
None. |
|
| ShowOrder | boolean |
None. |
|
| ShowOutline | boolean |
None. |
|
| ShowNoses | boolean |
None. |
|
| RotateValue | integer |
None. |
|
| SheetIndex | integer |
None. |
|
| NosingOverrideIndex | integer |
None. |
|
| BaseIndex | integer |
None. |
|
| ExpFormatIndex | integer |
None. |
|
| ExpPrint | boolean |
None. |
|
| ExportCuts | boolean |
None. |
|
| ExportTrenching | boolean |
None. |
|
| SaveSession | boolean |
None. |
|
| ShowItemsOffBed | boolean |
None. |
|
| ShowItemLabels | boolean |
None. |
|
| ShowPods | boolean |
None. |
|
| Split | boolean |
None. |
|
| SplitAt | string |
None. |
|
| SplitResumeAt | string |
None. |
|
| SplitExport | integer |
None. |
|
| SplitExportEnable | boolean |
None. |
|
| CurrentMachineName | string |
None. |
|
| SessionNum | integer |
None. |
|
| CurrentCutList | decimal number |
None. |
|
| ExportOutlines | boolean |
None. |
|
| SessionUsingGlobalTemplate | boolean |
None. |
|
| ShowItemNotes | boolean |
None. |
|
| ShiftValue | string |
None. |
|
| ExportBedVisible1 | boolean |
None. |
|
| ExportBedCaption1 | string |
None. |
|
| ExportBedTag1 | integer |
None. |
|
| ExportBedVisible2 | boolean |
None. |
|
| ExportBedCaption2 | string |
None. |
|
| ExportBedTag2 | integer |
None. |
|
| ExportBedVisible3 | boolean |
None. |
|
| ExportBedCaption3 | string |
None. |
|
| ExportBedTag3 | integer |
None. |
|
| IsShowMDFAlertConflicts | boolean |
None. |
|
| ExportType | integer |
None. |
|
| TandemLCaption | string |
None. |
|
| TandemRCaption | string |
None. |
|
| SliderValue | integer |
None. |
|
| GCodeOption1Caption | string |
None. |
|
| GCodeOption2Caption | string |
None. |
|
| GCodeOptionIndex | integer |
None. |
|
| IsShowMenu | boolean |
None. |
|
| IsShowList | boolean |
None. |
|
| IsControlDown | boolean |
None. |
|
| BedExportCheck | CNCBedExportCheckDto |
None. |
|
| ExportData | ExportViewModel |
None. |
|
| ExportLaserData | ExportViewModel |
None. |
|
| NotificationResponse | NotificationResponseDto |
None. |
|
| Notification | NotificationDto |
None. |
|
| JobChecklistViewModel | Collection of JobDuplicateViewModel |
None. |
|
| KeyPress | KeyPressParameters |
None. |
|
| ZoomParameter | ZoomParameterDto |
None. |
|
| UserOrigin | integer |
None. |
|
| FileName | string |
None. |
|
| SplitAtCheckBox | CheckBoxDto |
None. |
|
| SplitResumeAtCheckBox | CheckBoxDto |
None. |
|
| TandemL | CheckBoxDto |
None. |
|
| TandemR | CheckBoxDto |
None. |
|
| GCodeOption1 | CheckBoxDto |
None. |
|
| GCodeOption2 | CheckBoxDto |
None. |
|
| SendToBaseButton | CommandButtonDto |
None. |
|
| SendToButton | CommandButtonDto |
None. |
|
| ExpFormatDropdown | DropDownBoxDto |
None. |
|
| ExportBed1Button | CommandButtonDto |
None. |
|
| ExportBed2Button | CommandButtonDto |
None. |
|
| SetNoteButton | CommandButtonDto |
None. |
|
| ExportBed3Button | CommandButtonDto |
None. |
Request Formats
application/json, text/json
{
"splitAtCheckBox": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"splitResumeAtCheckBox": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"tandemL": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"tandemR": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"gCodeOption1": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"gCodeOption2": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"sendToBaseButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"sendToButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"expFormatDropdown": {
"visible": true,
"enabled": true,
"items": [
"sample string 1",
"sample string 2"
],
"guids": [
"5484d198-5e9b-4464-b983-8787927572ed",
"0faef5f3-2807-4e46-972a-b9f78a20d6a8"
],
"selectedIndex": 1,
"selectedItem": "sample string 3",
"filterUid": "b86476b3-2ee1-4f3d-b817-d0f8cf005a91"
},
"exportBed1Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"exportBed2Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"setNoteButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"exportBed3Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"sheetOffsetX": "sample string 1",
"sheetOffsetY": "sample string 2",
"showDirections": true,
"showCutPath": true,
"showTrench": true,
"showBases": true,
"showGrid": true,
"showFixtures": true,
"nudgeValue": "sample string 9",
"gotoX": "sample string 10",
"gotoY": "sample string 11",
"gridIndex": 12,
"showOrder": true,
"showOutline": true,
"showNoses": true,
"rotateValue": 16,
"sheetIndex": 17,
"nosingOverrideIndex": 18,
"baseIndex": 19,
"expFormatIndex": 20,
"expPrint": true,
"exportCuts": true,
"exportTrenching": true,
"saveSession": true,
"showItemsOffBed": true,
"showItemLabels": true,
"showPods": true,
"split": true,
"splitAt": "sample string 29",
"splitResumeAt": "sample string 30",
"splitExport": 31,
"splitExportEnable": true,
"currentMachineName": "sample string 33",
"sessionNum": 34,
"currentCutList": 35.0,
"exportOutlines": true,
"sessionUsingGlobalTemplate": true,
"showItemNotes": true,
"shiftValue": "sample string 39",
"exportBedVisible1": true,
"exportBedCaption1": "sample string 41",
"exportBedTag1": 42,
"exportBedVisible2": true,
"exportBedCaption2": "sample string 44",
"exportBedTag2": 45,
"exportBedVisible3": true,
"exportBedCaption3": "sample string 47",
"exportBedTag3": 48,
"isShowMDFAlertConflicts": true,
"exportType": 50,
"tandemLCaption": "sample string 51",
"tandemRCaption": "sample string 52",
"sliderValue": 53,
"gCodeOption1Caption": "sample string 54",
"gCodeOption2Caption": "sample string 55",
"gCodeOptionIndex": 56,
"isShowMenu": true,
"isShowList": true,
"isControlDown": true,
"bedExportCheck": {
"anyUndefinedToolAlert": "sample string 1",
"floorToFloorAlert": "sample string 2",
"designWindowAlert": "sample string 3",
"jobInProgressAlert": "sample string 4",
"saveJobAlert": "sample string 5",
"controlDownAlert": "sample string 6",
"clearDockSawAlert": "sample string 7"
},
"exportData": {
"success": true,
"message": "sample string 2",
"path": "sample string 3",
"fileName": "sample string 4",
"fileData": null,
"fileContent": "sample string 5",
"sequenceFileContent": "sample string 6",
"sequenceFilePath": "sample string 7",
"sequenceFileName": "sample string 8",
"postProcessCL": "sample string 9",
"postProcessCLPath": "sample string 10",
"postProcessArgument": "sample string 11",
"oneSavePrompt": true,
"dockSawFiles": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"exportFilesPerPc": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"pageContentList": [
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
},
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
}
],
"exportType": 13
},
"exportLaserData": {
"success": true,
"message": "sample string 2",
"path": "sample string 3",
"fileName": "sample string 4",
"fileData": null,
"fileContent": "sample string 5",
"sequenceFileContent": "sample string 6",
"sequenceFilePath": "sample string 7",
"sequenceFileName": "sample string 8",
"postProcessCL": "sample string 9",
"postProcessCLPath": "sample string 10",
"postProcessArgument": "sample string 11",
"oneSavePrompt": true,
"dockSawFiles": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"exportFilesPerPc": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"pageContentList": [
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
},
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
}
],
"exportType": 13
},
"notificationResponse": {
"responseType": 0,
"value": "sample string 1",
"identifier": "sample string 2"
},
"notification": {
"title": "sample string 1",
"description": "sample string 2",
"type": 0,
"identifier": "sample string 3"
},
"jobChecklistViewModel": [
{
"caption": "sample string 1",
"isTick": true
},
{
"caption": "sample string 1",
"isTick": true
}
],
"keyPress": {
"ctrlKey": true,
"shiftKey": true,
"altKey": true
},
"zoomParameter": {
"startX": 1,
"startY": 2,
"endX": 3,
"endY": 4,
"canvasHeight": 5,
"canvasWidth": 6,
"ctrlPress": true
},
"userOrigin": 60,
"fileName": "sample string 61"
}
application/xml, text/xml
<CncBedSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<BaseIndex>19</BaseIndex>
<BedExportCheck xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:AnyUndefinedToolAlert>sample string 1</d2p1:AnyUndefinedToolAlert>
<d2p1:ClearDockSawAlert>sample string 7</d2p1:ClearDockSawAlert>
<d2p1:ControlDownAlert>sample string 6</d2p1:ControlDownAlert>
<d2p1:DesignWindowAlert>sample string 3</d2p1:DesignWindowAlert>
<d2p1:FloorToFloorAlert>sample string 2</d2p1:FloorToFloorAlert>
<d2p1:JobInProgressAlert>sample string 4</d2p1:JobInProgressAlert>
<d2p1:SaveJobAlert>sample string 5</d2p1:SaveJobAlert>
</BedExportCheck>
<CurrentCutList>35</CurrentCutList>
<CurrentMachineName>sample string 33</CurrentMachineName>
<ExpFormatDropdown xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:FilterUid>b86476b3-2ee1-4f3d-b817-d0f8cf005a91</d2p1:FilterUid>
<d2p1:Guids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5484d198-5e9b-4464-b983-8787927572ed</d3p1:guid>
<d3p1:guid>0faef5f3-2807-4e46-972a-b9f78a20d6a8</d3p1:guid>
</d2p1:Guids>
<d2p1:Items xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:Items>
<d2p1:SelectedIndex>1</d2p1:SelectedIndex>
<d2p1:SelectedItem>sample string 3</d2p1:SelectedItem>
<d2p1:Visible>true</d2p1:Visible>
</ExpFormatDropdown>
<ExpFormatIndex>20</ExpFormatIndex>
<ExpPrint>true</ExpPrint>
<ExportBed1Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed1Button>
<ExportBed2Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed2Button>
<ExportBed3Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed3Button>
<ExportBedCaption1>sample string 41</ExportBedCaption1>
<ExportBedCaption2>sample string 44</ExportBedCaption2>
<ExportBedCaption3>sample string 47</ExportBedCaption3>
<ExportBedTag1>42</ExportBedTag1>
<ExportBedTag2>45</ExportBedTag2>
<ExportBedTag3>48</ExportBedTag3>
<ExportBedVisible1>true</ExportBedVisible1>
<ExportBedVisible2>true</ExportBedVisible2>
<ExportBedVisible3>true</ExportBedVisible3>
<ExportCuts>true</ExportCuts>
<ExportData>
<DockSawFiles>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</DockSawFiles>
<ExportFilesPerPc>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</ExportFilesPerPc>
<ExportType>13</ExportType>
<FileContent>sample string 5</FileContent>
<FileData xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<FileName>sample string 4</FileName>
<Message>sample string 2</Message>
<OneSavePrompt>true</OneSavePrompt>
<PageContentList>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
</PageContentList>
<Path>sample string 3</Path>
<PostProcessArgument>sample string 11</PostProcessArgument>
<PostProcessCL>sample string 9</PostProcessCL>
<PostProcessCLPath>sample string 10</PostProcessCLPath>
<SequenceFileContent>sample string 6</SequenceFileContent>
<SequenceFileName>sample string 8</SequenceFileName>
<SequenceFilePath>sample string 7</SequenceFilePath>
<Success>true</Success>
</ExportData>
<ExportLaserData>
<DockSawFiles>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</DockSawFiles>
<ExportFilesPerPc>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</ExportFilesPerPc>
<ExportType>13</ExportType>
<FileContent>sample string 5</FileContent>
<FileData xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<FileName>sample string 4</FileName>
<Message>sample string 2</Message>
<OneSavePrompt>true</OneSavePrompt>
<PageContentList>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
</PageContentList>
<Path>sample string 3</Path>
<PostProcessArgument>sample string 11</PostProcessArgument>
<PostProcessCL>sample string 9</PostProcessCL>
<PostProcessCLPath>sample string 10</PostProcessCLPath>
<SequenceFileContent>sample string 6</SequenceFileContent>
<SequenceFileName>sample string 8</SequenceFileName>
<SequenceFilePath>sample string 7</SequenceFilePath>
<Success>true</Success>
</ExportLaserData>
<ExportOutlines>true</ExportOutlines>
<ExportTrenching>true</ExportTrenching>
<ExportType>50</ExportType>
<FileName>sample string 61</FileName>
<GCodeOption1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</GCodeOption1>
<GCodeOption1Caption>sample string 54</GCodeOption1Caption>
<GCodeOption2 xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</GCodeOption2>
<GCodeOption2Caption>sample string 55</GCodeOption2Caption>
<GCodeOptionIndex>56</GCodeOptionIndex>
<GotoX>sample string 10</GotoX>
<GotoY>sample string 11</GotoY>
<GridIndex>12</GridIndex>
<IsControlDown>true</IsControlDown>
<IsShowList>true</IsShowList>
<IsShowMDFAlertConflicts>true</IsShowMDFAlertConflicts>
<IsShowMenu>true</IsShowMenu>
<JobChecklistViewModel>
<JobDuplicateViewModel>
<Caption>sample string 1</Caption>
<IsTick>true</IsTick>
</JobDuplicateViewModel>
<JobDuplicateViewModel>
<Caption>sample string 1</Caption>
<IsTick>true</IsTick>
</JobDuplicateViewModel>
</JobChecklistViewModel>
<KeyPress xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:AltKey>true</d2p1:AltKey>
<d2p1:CtrlKey>true</d2p1:CtrlKey>
<d2p1:ShiftKey>true</d2p1:ShiftKey>
</KeyPress>
<NosingOverrideIndex>18</NosingOverrideIndex>
<Notification xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Common">
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 2</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_Identifier_x003E_k__BackingField>sample string 3</d2p1:_x003C_Identifier_x003E_k__BackingField>
<d2p1:_x003C_Title_x003E_k__BackingField>sample string 1</d2p1:_x003C_Title_x003E_k__BackingField>
<d2p1:_x003C_Type_x003E_k__BackingField>Default</d2p1:_x003C_Type_x003E_k__BackingField>
</Notification>
<NotificationResponse xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:Identifier>sample string 2</d2p1:Identifier>
<d2p1:ResponseType>Null</d2p1:ResponseType>
<d2p1:Value>sample string 1</d2p1:Value>
</NotificationResponse>
<NudgeValue>sample string 9</NudgeValue>
<RotateValue>16</RotateValue>
<SaveSession>true</SaveSession>
<SendToBaseButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SendToBaseButton>
<SendToButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SendToButton>
<SessionNum>34</SessionNum>
<SessionUsingGlobalTemplate>true</SessionUsingGlobalTemplate>
<SetNoteButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SetNoteButton>
<SheetIndex>17</SheetIndex>
<SheetOffsetX>sample string 1</SheetOffsetX>
<SheetOffsetY>sample string 2</SheetOffsetY>
<ShiftValue>sample string 39</ShiftValue>
<ShowBases>true</ShowBases>
<ShowCutPath>true</ShowCutPath>
<ShowDirections>true</ShowDirections>
<ShowFixtures>true</ShowFixtures>
<ShowGrid>true</ShowGrid>
<ShowItemLabels>true</ShowItemLabels>
<ShowItemNotes>true</ShowItemNotes>
<ShowItemsOffBed>true</ShowItemsOffBed>
<ShowNoses>true</ShowNoses>
<ShowOrder>true</ShowOrder>
<ShowOutline>true</ShowOutline>
<ShowPods>true</ShowPods>
<ShowTrench>true</ShowTrench>
<SliderValue>53</SliderValue>
<Split>true</Split>
<SplitAt>sample string 29</SplitAt>
<SplitAtCheckBox xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SplitAtCheckBox>
<SplitExport>31</SplitExport>
<SplitExportEnable>true</SplitExportEnable>
<SplitResumeAt>sample string 30</SplitResumeAt>
<SplitResumeAtCheckBox xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SplitResumeAtCheckBox>
<TandemL xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</TandemL>
<TandemLCaption>sample string 51</TandemLCaption>
<TandemR xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</TandemR>
<TandemRCaption>sample string 52</TandemRCaption>
<UserOrigin>60</UserOrigin>
<ZoomParameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:CanvasHeight>5</d2p1:CanvasHeight>
<d2p1:CanvasWidth>6</d2p1:CanvasWidth>
<d2p1:CtrlPress>true</d2p1:CtrlPress>
<d2p1:EndX>3</d2p1:EndX>
<d2p1:EndY>4</d2p1:EndY>
<d2p1:StartX>1</d2p1:StartX>
<d2p1:StartY>2</d2p1:StartY>
</ZoomParameter>
</CncBedSettingViewModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
CncBedSettingViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SheetOffsetX | string |
None. |
|
| SheetOffsetY | string |
None. |
|
| ShowDirections | boolean |
None. |
|
| ShowCutPath | boolean |
None. |
|
| ShowTrench | boolean |
None. |
|
| ShowBases | boolean |
None. |
|
| ShowGrid | boolean |
None. |
|
| ShowFixtures | boolean |
None. |
|
| NudgeValue | string |
None. |
|
| GotoX | string |
None. |
|
| GotoY | string |
None. |
|
| GridIndex | integer |
None. |
|
| ShowOrder | boolean |
None. |
|
| ShowOutline | boolean |
None. |
|
| ShowNoses | boolean |
None. |
|
| RotateValue | integer |
None. |
|
| SheetIndex | integer |
None. |
|
| NosingOverrideIndex | integer |
None. |
|
| BaseIndex | integer |
None. |
|
| ExpFormatIndex | integer |
None. |
|
| ExpPrint | boolean |
None. |
|
| ExportCuts | boolean |
None. |
|
| ExportTrenching | boolean |
None. |
|
| SaveSession | boolean |
None. |
|
| ShowItemsOffBed | boolean |
None. |
|
| ShowItemLabels | boolean |
None. |
|
| ShowPods | boolean |
None. |
|
| Split | boolean |
None. |
|
| SplitAt | string |
None. |
|
| SplitResumeAt | string |
None. |
|
| SplitExport | integer |
None. |
|
| SplitExportEnable | boolean |
None. |
|
| CurrentMachineName | string |
None. |
|
| SessionNum | integer |
None. |
|
| CurrentCutList | decimal number |
None. |
|
| ExportOutlines | boolean |
None. |
|
| SessionUsingGlobalTemplate | boolean |
None. |
|
| ShowItemNotes | boolean |
None. |
|
| ShiftValue | string |
None. |
|
| ExportBedVisible1 | boolean |
None. |
|
| ExportBedCaption1 | string |
None. |
|
| ExportBedTag1 | integer |
None. |
|
| ExportBedVisible2 | boolean |
None. |
|
| ExportBedCaption2 | string |
None. |
|
| ExportBedTag2 | integer |
None. |
|
| ExportBedVisible3 | boolean |
None. |
|
| ExportBedCaption3 | string |
None. |
|
| ExportBedTag3 | integer |
None. |
|
| IsShowMDFAlertConflicts | boolean |
None. |
|
| ExportType | integer |
None. |
|
| TandemLCaption | string |
None. |
|
| TandemRCaption | string |
None. |
|
| SliderValue | integer |
None. |
|
| GCodeOption1Caption | string |
None. |
|
| GCodeOption2Caption | string |
None. |
|
| GCodeOptionIndex | integer |
None. |
|
| IsShowMenu | boolean |
None. |
|
| IsShowList | boolean |
None. |
|
| IsControlDown | boolean |
None. |
|
| BedExportCheck | CNCBedExportCheckDto |
None. |
|
| ExportData | ExportViewModel |
None. |
|
| ExportLaserData | ExportViewModel |
None. |
|
| NotificationResponse | NotificationResponseDto |
None. |
|
| Notification | NotificationDto |
None. |
|
| JobChecklistViewModel | Collection of JobDuplicateViewModel |
None. |
|
| KeyPress | KeyPressParameters |
None. |
|
| ZoomParameter | ZoomParameterDto |
None. |
|
| UserOrigin | integer |
None. |
|
| FileName | string |
None. |
|
| SplitAtCheckBox | CheckBoxDto |
None. |
|
| SplitResumeAtCheckBox | CheckBoxDto |
None. |
|
| TandemL | CheckBoxDto |
None. |
|
| TandemR | CheckBoxDto |
None. |
|
| GCodeOption1 | CheckBoxDto |
None. |
|
| GCodeOption2 | CheckBoxDto |
None. |
|
| SendToBaseButton | CommandButtonDto |
None. |
|
| SendToButton | CommandButtonDto |
None. |
|
| ExpFormatDropdown | DropDownBoxDto |
None. |
|
| ExportBed1Button | CommandButtonDto |
None. |
|
| ExportBed2Button | CommandButtonDto |
None. |
|
| SetNoteButton | CommandButtonDto |
None. |
|
| ExportBed3Button | CommandButtonDto |
None. |
Response Formats
application/json, text/json
{
"splitAtCheckBox": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"splitResumeAtCheckBox": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"tandemL": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"tandemR": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"gCodeOption1": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"gCodeOption2": {
"checked": true,
"visible": true,
"enabled": true,
"caption": "sample string 4"
},
"sendToBaseButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"sendToButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"expFormatDropdown": {
"visible": true,
"enabled": true,
"items": [
"sample string 1",
"sample string 2"
],
"guids": [
"b90a4fe7-198a-41e6-a9ea-3a1565b2b5fa",
"e722a54a-430e-4af0-abd5-9dfc0888413c"
],
"selectedIndex": 1,
"selectedItem": "sample string 3",
"filterUid": "0d5d53c0-f429-46ef-9b06-ada4d7d713f4"
},
"exportBed1Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"exportBed2Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"setNoteButton": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"exportBed3Button": {
"visible": true,
"enabled": true,
"caption": "sample string 3"
},
"sheetOffsetX": "sample string 1",
"sheetOffsetY": "sample string 2",
"showDirections": true,
"showCutPath": true,
"showTrench": true,
"showBases": true,
"showGrid": true,
"showFixtures": true,
"nudgeValue": "sample string 9",
"gotoX": "sample string 10",
"gotoY": "sample string 11",
"gridIndex": 12,
"showOrder": true,
"showOutline": true,
"showNoses": true,
"rotateValue": 16,
"sheetIndex": 17,
"nosingOverrideIndex": 18,
"baseIndex": 19,
"expFormatIndex": 20,
"expPrint": true,
"exportCuts": true,
"exportTrenching": true,
"saveSession": true,
"showItemsOffBed": true,
"showItemLabels": true,
"showPods": true,
"split": true,
"splitAt": "sample string 29",
"splitResumeAt": "sample string 30",
"splitExport": 31,
"splitExportEnable": true,
"currentMachineName": "sample string 33",
"sessionNum": 34,
"currentCutList": 35.0,
"exportOutlines": true,
"sessionUsingGlobalTemplate": true,
"showItemNotes": true,
"shiftValue": "sample string 39",
"exportBedVisible1": true,
"exportBedCaption1": "sample string 41",
"exportBedTag1": 42,
"exportBedVisible2": true,
"exportBedCaption2": "sample string 44",
"exportBedTag2": 45,
"exportBedVisible3": true,
"exportBedCaption3": "sample string 47",
"exportBedTag3": 48,
"isShowMDFAlertConflicts": true,
"exportType": 50,
"tandemLCaption": "sample string 51",
"tandemRCaption": "sample string 52",
"sliderValue": 53,
"gCodeOption1Caption": "sample string 54",
"gCodeOption2Caption": "sample string 55",
"gCodeOptionIndex": 56,
"isShowMenu": true,
"isShowList": true,
"isControlDown": true,
"bedExportCheck": {
"anyUndefinedToolAlert": "sample string 1",
"floorToFloorAlert": "sample string 2",
"designWindowAlert": "sample string 3",
"jobInProgressAlert": "sample string 4",
"saveJobAlert": "sample string 5",
"controlDownAlert": "sample string 6",
"clearDockSawAlert": "sample string 7"
},
"exportData": {
"success": true,
"message": "sample string 2",
"path": "sample string 3",
"fileName": "sample string 4",
"fileData": null,
"fileContent": "sample string 5",
"sequenceFileContent": "sample string 6",
"sequenceFilePath": "sample string 7",
"sequenceFileName": "sample string 8",
"postProcessCL": "sample string 9",
"postProcessCLPath": "sample string 10",
"postProcessArgument": "sample string 11",
"oneSavePrompt": true,
"dockSawFiles": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"exportFilesPerPc": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"pageContentList": [
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
},
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
}
],
"exportType": 13
},
"exportLaserData": {
"success": true,
"message": "sample string 2",
"path": "sample string 3",
"fileName": "sample string 4",
"fileData": null,
"fileContent": "sample string 5",
"sequenceFileContent": "sample string 6",
"sequenceFilePath": "sample string 7",
"sequenceFileName": "sample string 8",
"postProcessCL": "sample string 9",
"postProcessCLPath": "sample string 10",
"postProcessArgument": "sample string 11",
"oneSavePrompt": true,
"dockSawFiles": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"exportFilesPerPc": [
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
},
{
"fileContent": "sample string 1",
"filePath": "sample string 2",
"fileName": "sample string 3",
"fileExtension": "sample string 4"
}
],
"pageContentList": [
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
},
{
"id": 1,
"reportContent": "sample string 2",
"pageNumber": 3,
"reportName": "sample string 4",
"pageFormat": "sample string 5",
"pageOrientation": 6,
"copies": 7
}
],
"exportType": 13
},
"notificationResponse": {
"responseType": 0,
"value": "sample string 1",
"identifier": "sample string 2"
},
"notification": {
"title": "sample string 1",
"description": "sample string 2",
"type": 0,
"identifier": "sample string 3"
},
"jobChecklistViewModel": [
{
"caption": "sample string 1",
"isTick": true
},
{
"caption": "sample string 1",
"isTick": true
}
],
"keyPress": {
"ctrlKey": true,
"shiftKey": true,
"altKey": true
},
"zoomParameter": {
"startX": 1,
"startY": 2,
"endX": 3,
"endY": 4,
"canvasHeight": 5,
"canvasWidth": 6,
"ctrlPress": true
},
"userOrigin": 60,
"fileName": "sample string 61"
}
application/xml, text/xml
<CncBedSettingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<BaseIndex>19</BaseIndex>
<BedExportCheck xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto">
<d2p1:AnyUndefinedToolAlert>sample string 1</d2p1:AnyUndefinedToolAlert>
<d2p1:ClearDockSawAlert>sample string 7</d2p1:ClearDockSawAlert>
<d2p1:ControlDownAlert>sample string 6</d2p1:ControlDownAlert>
<d2p1:DesignWindowAlert>sample string 3</d2p1:DesignWindowAlert>
<d2p1:FloorToFloorAlert>sample string 2</d2p1:FloorToFloorAlert>
<d2p1:JobInProgressAlert>sample string 4</d2p1:JobInProgressAlert>
<d2p1:SaveJobAlert>sample string 5</d2p1:SaveJobAlert>
</BedExportCheck>
<CurrentCutList>35</CurrentCutList>
<CurrentMachineName>sample string 33</CurrentMachineName>
<ExpFormatDropdown xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:FilterUid>0d5d53c0-f429-46ef-9b06-ada4d7d713f4</d2p1:FilterUid>
<d2p1:Guids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>b90a4fe7-198a-41e6-a9ea-3a1565b2b5fa</d3p1:guid>
<d3p1:guid>e722a54a-430e-4af0-abd5-9dfc0888413c</d3p1:guid>
</d2p1:Guids>
<d2p1:Items xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:Items>
<d2p1:SelectedIndex>1</d2p1:SelectedIndex>
<d2p1:SelectedItem>sample string 3</d2p1:SelectedItem>
<d2p1:Visible>true</d2p1:Visible>
</ExpFormatDropdown>
<ExpFormatIndex>20</ExpFormatIndex>
<ExpPrint>true</ExpPrint>
<ExportBed1Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed1Button>
<ExportBed2Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed2Button>
<ExportBed3Button xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</ExportBed3Button>
<ExportBedCaption1>sample string 41</ExportBedCaption1>
<ExportBedCaption2>sample string 44</ExportBedCaption2>
<ExportBedCaption3>sample string 47</ExportBedCaption3>
<ExportBedTag1>42</ExportBedTag1>
<ExportBedTag2>45</ExportBedTag2>
<ExportBedTag3>48</ExportBedTag3>
<ExportBedVisible1>true</ExportBedVisible1>
<ExportBedVisible2>true</ExportBedVisible2>
<ExportBedVisible3>true</ExportBedVisible3>
<ExportCuts>true</ExportCuts>
<ExportData>
<DockSawFiles>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</DockSawFiles>
<ExportFilesPerPc>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</ExportFilesPerPc>
<ExportType>13</ExportType>
<FileContent>sample string 5</FileContent>
<FileData xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<FileName>sample string 4</FileName>
<Message>sample string 2</Message>
<OneSavePrompt>true</OneSavePrompt>
<PageContentList>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
</PageContentList>
<Path>sample string 3</Path>
<PostProcessArgument>sample string 11</PostProcessArgument>
<PostProcessCL>sample string 9</PostProcessCL>
<PostProcessCLPath>sample string 10</PostProcessCLPath>
<SequenceFileContent>sample string 6</SequenceFileContent>
<SequenceFileName>sample string 8</SequenceFileName>
<SequenceFilePath>sample string 7</SequenceFilePath>
<Success>true</Success>
</ExportData>
<ExportLaserData>
<DockSawFiles>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</DockSawFiles>
<ExportFilesPerPc>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
<ExportFileViewModel>
<FileContent>sample string 1</FileContent>
<FileExtension>sample string 4</FileExtension>
<FileName>sample string 3</FileName>
<FilePath>sample string 2</FilePath>
</ExportFileViewModel>
</ExportFilesPerPc>
<ExportType>13</ExportType>
<FileContent>sample string 5</FileContent>
<FileData xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
<FileName>sample string 4</FileName>
<Message>sample string 2</Message>
<OneSavePrompt>true</OneSavePrompt>
<PageContentList>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
<PageContentViewModel>
<Copies>7</Copies>
<Id>1</Id>
<PageFormat>sample string 5</PageFormat>
<PageNumber>3</PageNumber>
<PageOrientation>6</PageOrientation>
<ReportContent>sample string 2</ReportContent>
<ReportName>sample string 4</ReportName>
</PageContentViewModel>
</PageContentList>
<Path>sample string 3</Path>
<PostProcessArgument>sample string 11</PostProcessArgument>
<PostProcessCL>sample string 9</PostProcessCL>
<PostProcessCLPath>sample string 10</PostProcessCLPath>
<SequenceFileContent>sample string 6</SequenceFileContent>
<SequenceFileName>sample string 8</SequenceFileName>
<SequenceFilePath>sample string 7</SequenceFilePath>
<Success>true</Success>
</ExportLaserData>
<ExportOutlines>true</ExportOutlines>
<ExportTrenching>true</ExportTrenching>
<ExportType>50</ExportType>
<FileName>sample string 61</FileName>
<GCodeOption1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</GCodeOption1>
<GCodeOption1Caption>sample string 54</GCodeOption1Caption>
<GCodeOption2 xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</GCodeOption2>
<GCodeOption2Caption>sample string 55</GCodeOption2Caption>
<GCodeOptionIndex>56</GCodeOptionIndex>
<GotoX>sample string 10</GotoX>
<GotoY>sample string 11</GotoY>
<GridIndex>12</GridIndex>
<IsControlDown>true</IsControlDown>
<IsShowList>true</IsShowList>
<IsShowMDFAlertConflicts>true</IsShowMDFAlertConflicts>
<IsShowMenu>true</IsShowMenu>
<JobChecklistViewModel>
<JobDuplicateViewModel>
<Caption>sample string 1</Caption>
<IsTick>true</IsTick>
</JobDuplicateViewModel>
<JobDuplicateViewModel>
<Caption>sample string 1</Caption>
<IsTick>true</IsTick>
</JobDuplicateViewModel>
</JobChecklistViewModel>
<KeyPress xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:AltKey>true</d2p1:AltKey>
<d2p1:CtrlKey>true</d2p1:CtrlKey>
<d2p1:ShiftKey>true</d2p1:ShiftKey>
</KeyPress>
<NosingOverrideIndex>18</NosingOverrideIndex>
<Notification xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Common">
<d2p1:_x003C_Description_x003E_k__BackingField>sample string 2</d2p1:_x003C_Description_x003E_k__BackingField>
<d2p1:_x003C_Identifier_x003E_k__BackingField>sample string 3</d2p1:_x003C_Identifier_x003E_k__BackingField>
<d2p1:_x003C_Title_x003E_k__BackingField>sample string 1</d2p1:_x003C_Title_x003E_k__BackingField>
<d2p1:_x003C_Type_x003E_k__BackingField>Default</d2p1:_x003C_Type_x003E_k__BackingField>
</Notification>
<NotificationResponse xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:Identifier>sample string 2</d2p1:Identifier>
<d2p1:ResponseType>Null</d2p1:ResponseType>
<d2p1:Value>sample string 1</d2p1:Value>
</NotificationResponse>
<NudgeValue>sample string 9</NudgeValue>
<RotateValue>16</RotateValue>
<SaveSession>true</SaveSession>
<SendToBaseButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SendToBaseButton>
<SendToButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SendToButton>
<SessionNum>34</SessionNum>
<SessionUsingGlobalTemplate>true</SessionUsingGlobalTemplate>
<SetNoteButton xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 3</d2p1:Caption>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SetNoteButton>
<SheetIndex>17</SheetIndex>
<SheetOffsetX>sample string 1</SheetOffsetX>
<SheetOffsetY>sample string 2</SheetOffsetY>
<ShiftValue>sample string 39</ShiftValue>
<ShowBases>true</ShowBases>
<ShowCutPath>true</ShowCutPath>
<ShowDirections>true</ShowDirections>
<ShowFixtures>true</ShowFixtures>
<ShowGrid>true</ShowGrid>
<ShowItemLabels>true</ShowItemLabels>
<ShowItemNotes>true</ShowItemNotes>
<ShowItemsOffBed>true</ShowItemsOffBed>
<ShowNoses>true</ShowNoses>
<ShowOrder>true</ShowOrder>
<ShowOutline>true</ShowOutline>
<ShowPods>true</ShowPods>
<ShowTrench>true</ShowTrench>
<SliderValue>53</SliderValue>
<Split>true</Split>
<SplitAt>sample string 29</SplitAt>
<SplitAtCheckBox xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SplitAtCheckBox>
<SplitExport>31</SplitExport>
<SplitExportEnable>true</SplitExportEnable>
<SplitResumeAt>sample string 30</SplitResumeAt>
<SplitResumeAtCheckBox xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</SplitResumeAtCheckBox>
<TandemL xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</TandemL>
<TandemLCaption>sample string 51</TandemLCaption>
<TandemR xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
<d2p1:Caption>sample string 4</d2p1:Caption>
<d2p1:Checked>true</d2p1:Checked>
<d2p1:Enabled>true</d2p1:Enabled>
<d2p1:Visible>true</d2p1:Visible>
</TandemR>
<TandemRCaption>sample string 52</TandemRCaption>
<UserOrigin>60</UserOrigin>
<ZoomParameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Parameter">
<d2p1:CanvasHeight>5</d2p1:CanvasHeight>
<d2p1:CanvasWidth>6</d2p1:CanvasWidth>
<d2p1:CtrlPress>true</d2p1:CtrlPress>
<d2p1:EndX>3</d2p1:EndX>
<d2p1:EndY>4</d2p1:EndY>
<d2p1:StartX>1</d2p1:StartX>
<d2p1:StartY>2</d2p1:StartY>
</ZoomParameter>
</CncBedSettingViewModel>