POST api/Label/PrintTransportLabel/{OwnerId}/{SystemUserId}/{TransportLabelProfileId}/{ItemId}/{SalesOrderId}/{NumberOfCopies}
Print transport label of specified item id using the specified transport profile id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
company id |
globally unique identifier |
Required |
| SystemUserId | globally unique identifier |
Required |
|
| TransportLabelProfileId |
Which label to use |
globally unique identifier |
Required |
| ItemId |
Unique identifier for item to print |
globally unique identifier |
Required |
| SalesOrderId |
Sales order to print |
globally unique identifier |
Required |
| NumberOfCopies |
Number of copies to print |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true