Show / Hide Table of Contents

    GetInfo

    Command, Introduced in version 22.9

    POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/MeasuringReportings/GetInfo
    

    The command is used to get information about a measuring reporting for a manufacturing order operation.

    Returns MeasuringReportingInfo

    Required permission

    Show measuring templates
    

    Properties

    Name Type Summary Introduced in
    ReportNumber Int64 The report number of the manufacturing order operation.

    • Mandatory
    LowerQuantity Int32? The first quantity number for which to return information about measuring reporting rows.

    • 0 by default
    UpperQuantity Int32? The last quantity number for which to return information about measuring reporting rows.

    • Planned quantity of manufacturing order operation by default

    Example

    {
      "ReportNumber": 0,
      "LowerQuantity": null,
      "UpperQuantity": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB