Show / Hide Table of Contents

    CreateManufacturingTransportLabel

    Command, Introduced in version 2.18

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

    Creates a manufacturing transport label for the given entity.

    Returns FormReportData

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    EntityType Int32 The entity type of the transport label to create.

    • NodeToStock: 0
    • Rejection: 1
    • OperationInProgress: 2
    • OperationBeforeReporting: 3 (Introduced in version 2.28)

    • Mandatory
    EntityId Int64 The business key identifier of the entity that the manufacturing transport label should
    be created for.

    • Mandatory
    LabelType Int32 The label type of the transport label to create.

    • None: 0
    • TransportLabel: 1
    • Label: 2
    • SmallLabel: 3
    • SelectAtPrintout: 5

    • Mandatory
    QuantityPerPackage Decimal? The quantity per package for the transport label.

    • The quantity per package from the manufactured part's planning information by default
    Introduced in version 2.28
    QuantityToLabelOverride Decimal? Override the total quantity to create labels for.

    This applies only to the label types before reporting and in progress.

    • Reported or planned quantity depending on label type by default
    Introduced in version 2.28
    FormReportConfigurationId Int64? The business key identifier of the manufacturing transport label's form report configuration.

    References FormReportConfiguration

    • The system's default form report configuration for the label by default
    Introduced in version 2.36

    Example

    {
      "EntityType": 0,
      "EntityId": 0,
      "LabelType": 0,
      "QuantityPerPackage": null,
      "QuantityToLabelOverride": null,
      "FormReportConfigurationId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB