Search Results for

    Show / Hide Table of Contents

    Report

    Command, Introduced in version 2.48

    POST https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingLists/Report
    

    Reports material on a picking list.

    Returns EntityCommandResponse

    The root entity id of the response is the business key identifier of the reported picking list.

    The entity id of the response is the same as the root entity id.

    Required permission

    Report manufacturing order
    

    Properties

    Name Type Summary Introduced in
    PersonId Int64? The business key identifier of the person that is reporting the picking list.

    • References Persons
    Materials ManufacturingPickingListMaterialReporting[] The materials info to be reported.

    • Mandatory

    Example

    {
      "PersonId": null,
      "Materials": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB