Show / Hide Table of Contents

    ManufacturingOrderNodeDrawings

    Queryable, Introduced in version 24.2

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingOrderNodeDrawings
    

    Represents a drawing for manufacturing order node.

    GUID

    96073CDC-9160-4379-A30E-E3FBBE29A152
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the drawing.
    DrawingNumber String The human readable number of the drawing.
    ManufacturingOrderNodeId Int64 The business key identifier of the manufacturing order node that the drawing belongs to.

    References ManufacturingOrderNodes
    Revisions ManufacturingOrderNodeDrawingRevisions[] A collection of revisions that belong the the drawing.

    • Expandable
    ActiveDrawingRevisionId Int64? The business key identifier of the active drawing revision.

    • References ManufacturingOrderNodeDrawingRevisions

    Example

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