AddDrawing
Command, Introduced in version 24.4
POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingOrderNodes/AddDrawing
Add a drawing to manufacturing order node
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the manufacturing order node that the added drawing belongs to. References ManufacturingOrderNodes
The entity id of the response is the business key identifier of the drawing that was added. References Drawings
Required permission
Modify manufacturing order
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ManufacturingOrderNodeId | Int64 | The business key identifier of the manufacturing order node to add a drawing to.
|
|
DrawingNumber | String | The human readable number of the drawing.
|
Example
{
"ManufacturingOrderNodeId": 0,
"DrawingNumber": null
}