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.
|
|
EntityId | Int64 | The business key identifier of the entity that the manufacturing transport label should be created for.
|
|
LabelType | Int32 | The label type of the transport label to create.
|
|
QuantityPerPackage | Decimal? | The quantity per package for the transport label.
|
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.
|
Introduced in version 2.28 |
FormReportConfigurationId | Int64? | The business key identifier of the manufacturing transport label's form report configuration. References FormReportConfiguration
|
Introduced in version 2.36 |
Example
{
"EntityType": 0,
"EntityId": 0,
"LabelType": 0,
"QuantityPerPackage": null,
"QuantityToLabelOverride": null,
"FormReportConfigurationId": null
}