CreateManufacturingTraveler
Command, Introduced in version 23.3
POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/Reporting/CreateManufacturingTraveler
Creates the manufacturing traveler document for the given manufacturing order. Returns FormReportData
Required permission
Show manufacturing orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ManufacturingOrderId | Int64 | The business key identifier of the manufacturing order to create traveler document for. References ManufacturingOrders
|
|
ManufacturingOrderNodeId | Int64? | The business key identifier of the manufacturing order node to create traveler document for. References ManufacturingOrderNodes
|
|
FormReportConfigurationId | Int64? | The business key identifier of the form configuration to apply for the traveler document. References FormReportConfigurations
|
Example
{
"ManufacturingOrderId": 0,
"ManufacturingOrderNodeId": null,
"FormReportConfigurationId": null
}