Show / Hide Table of Contents

    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.

    • Mandatory
    • References ManufacturingOrderNodes
    DrawingNumber String The human readable number of the drawing.

    • Mandatory
    • Not nullable
    • Max length is 80
    • Unique (per Manufacturing order node)

    Example

    {
      "ManufacturingOrderNodeId": 0,
      "DrawingNumber": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB