Search Results for

    Show / Hide Table of Contents

    CreateSalesTransportLabelA4

    Command, Introduced in version 26.6

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

    Generates an A4 sales transport label for a customer order delivery row.

    Returns FormReportData

    Required permission

    Report delivery
    

    Properties

    Name Type Summary Introduced in
    CustomerOrderDeliveryRowId Int64 The business key identifier of the customer order delivery row to generate a transport label for.

    • Mandatory
    • References CustomerOrderDeliveryRows
    TransportLabelType Int32? Specifies the transport label type.
    Ignored when is set to true.

    • None: 0
    • Transport: 1
    • Label: 2
    • SmallLabel: 3
    • MultiLabel: 4
    • SelectAtPrintout: 5

    • Calculated by MONITOR by default
    UsePartLabelType Boolean When set to true, the transport label type configured on the part is used
    and any value specified in is ignored.

    • Mandatory
    QuantityPerPackage Decimal? Specifies override quantity per package.

    • Calculated by MONITOR by default
    FormReportConfigurationId Int64? The business key identifier of the form report configuration to apply for the transport label.

    • Calculated by MONITOR by default
    • References FormReportConfigurations

    Example

    {
      "CustomerOrderDeliveryRowId": 0,
      "TransportLabelType": null,
      "UsePartLabelType": false,
      "QuantityPerPackage": null,
      "FormReportConfigurationId": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB