Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The purpose of this service is to provide the details of orders picked.

Parameters

Parameter

Details

Required

CustomerCode

The customer code of your account

Mandatory

SiteCode

The site code your account's located at

Mandatory

DocRef

Document ref

Optional
Allowing you to retrieve data for a specific order (even if it has already been downloaded)

Example

http://<pathtoapi>/service/OrdPckd/CustomerCode/<CustomerCode>/SiteCode/<SiteCode>/DocRef/<DocRef>

Response

See: 2340 Orders Picking Confirmation

Sample
Code Block
languagexml
<PickOrder><DespOrder>
    <PICK><DESORD>
        <HD>
            <CustCode>BEN</CustCode>
            <OrdRef>458</OrdRef>
            <DocRef>DOCREF1111</DocRef>
            <Type>OD</Type>
            <ODate>19/09/2012</ODate>
            <ICase>1</ICase>
            <DPCRef />
        </HD>
        <LD>
            <PCode>025965</PCode>
            <Rotation>12/D090078</Rotation>
            <Cases>0</Cases>
            <Singles>0</Singles>
            <TSingles>0</TSingles>
            <CLineNo>0</CLineNo>
            <ExciseD>0.0000000</ExciseD>
            <CDuty>0.0000000</CDuty>
            <VAT>0.00</VAT>
            <DCharge>14.7600</DCharge>
            <LICase>1</LICase>
            <Batch />
            <SOLnNt />
            <SSCC />
        </LD>
    </PICK>DESORD>
</PickOrder>DespOrder>


Response Codes

Code

Message

200

Response OK

204

 No record found for the parameters provided