Show / Hide Table of Contents

    ManufacturingOrderNodeDrawingRevisions

    Queryable, Introduced in version 24.2

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

    Represents a drawing revision for manufacturing order node.

    GUID

    50A5261B-B35A-4647-AA74-1DCFEC1A642E
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the revision.
    Number String The human readable number of the revision.

    • Max length is 25
    • Not nullable
    • Unique (per Drawing)
    ParentId Int64? The business key identifier of the drawing that the revision belongs to.

    References ManufacturingOrderNodeDrawings
    RevisionCommentId Int64? The business key identifier of the revision comment.

    References Comments
    RevisionComment Comments The revision comment.

    • Expandable

    Example

    {
      "Id": 0,
      "Number": null,
      "ParentId": null,
      "RevisionCommentId": null,
      "RevisionComment": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB