GetPickPackListDetail command

This command retrieves pick ticket and packing list information for the Inquire_WCS_PickPackListDetail XML message.

Parameter values

pickBatchId
(Required) The reference number of the pick batch as defined in the PICKBATCH_ID column of the PICKBATCH table.

Example

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Inquire_WCS_PickPackListDetail SYSTEM
'Inquire_WCS_PickPackListDetail_10.dtd'>
<Inquire_WCS_PickPackListDetail version="1.0">
<ControlArea>
<Verb value="Inquire"></Verb>
<Noun value="WCS_PickPackListDetail"></Noun>
</ControlArea>
<DataArea>
<PickPackListDetail>
<WCSPickBatchID>123456</WCSPickBatchID>
</PickPackListDetail>
</DataArea>
</Inquire_WCS_PickPackListDetail>

Behavior

Exception conditions

Feedback