PersonManufacturingPrintSettings
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Common/PersonManufacturingPrintSettings
Represents manufacturing print settings for a person.
GUID
0013D9FD-51F4-406A-9624-A14DBE304634
Required permission
Show person
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the person 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
}