Show / Hide Table of Contents

    CreateManufacturingTraveler

    Command, Introduced in version 23.3

    POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/Reporting/CreateManufacturingTraveler
    

    Creates the manufacturing traveler document for the given manufacturing order. Returns FormReportData

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    ManufacturingOrderId Int64 The business key identifier of the manufacturing order to create traveler document for.
    References ManufacturingOrders

    • Mandatory
    ManufacturingOrderNodeId Int64? The business key identifier of the manufacturing order node to create traveler document for.
    References ManufacturingOrderNodes

    • Returning all nodes on document by default
    FormReportConfigurationId Int64? The business key identifier of the form configuration to apply for the traveler document.
    References FormReportConfigurations

    • Calculated by MONITOR by default

    Example

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