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.
|
|
| TransportLabelType | Int32? | Specifies the transport label type. Ignored when
|
|
| UsePartLabelType | Boolean | When set to true, the transport label type configured on the part is used and any value specified in
|
|
| QuantityPerPackage | Decimal? | Specifies override quantity per package.
|
|
| FormReportConfigurationId | Int64? | The business key identifier of the form report configuration to apply for the transport label.
|
Example
{
"CustomerOrderDeliveryRowId": 0,
"TransportLabelType": null,
"UsePartLabelType": false,
"QuantityPerPackage": null,
"FormReportConfigurationId": null
}