POST api/Label/PrintItemLabel/{OwnerId}/{SystemUserId}/{ItemLabelProfileId}/{ItemId}/{NumberOfCopies}
Print item label of specified item id using the specified item profile id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
company id |
globally unique identifier |
Required |
| SystemUserId | globally unique identifier |
Required |
|
| ItemLabelProfileId |
Which label to use |
globally unique identifier |
Required |
| ItemId |
Unique identifier for item 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