POST api/Picking/PrintCloseBoxLabel
Request Information
URI Parameters
None.
Body Parameters
Picking_PrintCloseBoxLabelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| IdPrinter | integer |
None. |
|
| IdPickingList | integer |
None. |
|
| IdSubPickingList | integer |
None. |
|
| LabelBoxesQty | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"IdPrinter": 3,
"IdPickingList": 4,
"IdSubPickingList": 1,
"LabelBoxesQty": 5
}
application/xml, text/xml
Sample:
<Picking_PrintCloseBoxLabelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdOperator>2</IdOperator> <IdPickingList>4</IdPickingList> <IdPrinter>3</IdPrinter> <IdSubPickingList>1</IdSubPickingList> <LabelBoxesQty>5</LabelBoxesQty> </Picking_PrintCloseBoxLabelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Picking_PrintCloseBoxLabelResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Picking_PrintCloseBoxLabelResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0
}
application/xml, text/xml
Sample:
<Picking_PrintCloseBoxLabelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <Result>GenericError</Result> </Picking_PrintCloseBoxLabelResponse>