WorkCenterManufacturingPrintSettings
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Common/WorkCenterManufacturingPrintSettings
Represents manufacturing print settings for a work center.
GUID
919CFF4D-0BCE-4244-ADE3-0F31C94378B1
Required permission
Show work center
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the workcenter manufacturing print settings. |
|
| Copies | Int32 | Number of copies of the document. |
|
| PrintExternalDocuments | Boolean | Specifies if external documents should be included in the printout. |
|
| FormReportId | Int64 | The business key identifier of the form report the settings applies to. References ManufacturingOrderFormReport |
Example
{
"Id": 0,
"Copies": 0,
"PrintExternalDocuments": false,
"FormReportId": 0
}