Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

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
<PickOrder>
    <PICK>
        <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>
</PickOrder>


Response Codes

Code

Message

200

Response OK

204

 No record found for the parameters provided 


  • No labels