Search Results for

    Show / Hide Table of Contents

    CreateSalesPackageTransportLabel

    Command, Introduced in version 26.6

    POST https://localhost:8001/sv/001.1/api/v1/Sales/FormReports/CreateSalesPackageTransportLabel
    

    Generates a package transport label document from a picking list.

    Returns FormReportData

    Required permission

    Show customer orders
    

    Properties

    Name Type Summary Introduced in
    PickingListId Int64 The business key identifier of the picking list to generate the package transport label document from.

    • Mandatory
    • References SalesPickingLists
    FormReportConfigurationId Int64? The business key identifier of the form report configuration to apply for the package transport label.

    • Calculated by MONITOR by default
    • References FormReportConfigurations
    PrintOutBy Int64? The business key identifier of the employee for the package transport label.

    • The employee of the user in this session by default
    • References Persons
    PrintoutDate DateTimeOffset? The printout date on the package transport label.

    • Current date by default
    ShowFreeTextRowsOnForm Boolean Specifies if free text rows should be shown on the package transport label.

    • false by default
    PackageRowId Int64 The business key identifier of the packaging row to generate the document for.
    Only packaging rows are valid, payload rows are not supported.

    • Mandatory
    • References PackageRows

    Example

    {
      "PickingListId": 0,
      "FormReportConfigurationId": null,
      "PrintOutBy": null,
      "PrintoutDate": null,
      "ShowFreeTextRowsOnForm": false,
      "PackageRowId": 0
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB