Versions Compared

Key

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

Introduction

The purpose of this service is to provide held orders.
See Service for information about request limit

Parameters

Parameter

Details

Required

CustomerCode

The Customer Code of the account

Mandatory

SiteCode

The Site Code of the account

Mandatory

...

Code Block
languagexml
<HeldOrders>
    <HD>
        <CustC>GDPR<<CustC>OTS</CustC>
        <CustN>GDPR Esd<<CustN>Ontech</CustN>
        <OrdRef>325</OrdRef>
        <DocRef>1234</DocRef>
        <DName>LONDON CITY</DName>
        <DPost>RM18 7NN</DPost>
        <OrdDt>2012-08-31T00:00:00</OrdDt>
        <Cases>2</Cases>
        <Singles>2</Singles>
        <DefCust>OTS</DefCust>
        <Reason>Insufficient Stock</Reason>
        <LD>
            <PCode>002641</PCode>
            <PDesc>YQUEM 1986 12X75</PDesc>
            <PckDesc>12x0.75 1986 Per Pallet 1</PckDesc>
            <Rtn>09/D001915</Rtn>
            <Cases>1</Cases>
            <Singles>1</Singles>
            <INS>0</INS>
        </LD>
        <LD>
            <PCode>006484</PCode>
            <PDesc>COS D'ESTOURNEL  2005</PDesc>
            <PckDesc>12x0.75 2005 Per Pallet 1</PckDesc>
            <Rtn>12/0028964</Rtn>
            <Cases>1</Cases>
            <Singles>1</Singles>
            <INS>1</INS>
        </LD>
    </HD>
</HeldOrders>

...