GET api/InventoryPrintUPC?ItemCode={ItemCode}&PrintQty={PrintQty}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemCode | string |
Required |
|
| PrintQty | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RespPrintLabel| Name | Description | Type | Additional information |
|---|---|---|---|
| PrinterIP | string |
None. |
|
| PrintZPL | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PrinterIP": "sample string 1",
"PrintZPL": "sample string 2"
}
application/xml, text/xml
Sample:
<InventoryPrintUPCController.RespPrintLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFBEMobileRestApi.Controllers"> <PrintZPL>sample string 2</PrintZPL> <PrinterIP>sample string 1</PrinterIP> </InventoryPrintUPCController.RespPrintLabel>