2310 API Get

Introduction

The purpose of this service is to provide the live order status for a given reference of ours.

Parameters

ParameterDetailsRequired
OrderUIDOur order UIDMandatory
PostcodeThe postcode for the OrderUID aboveMandatory

Example

http://<pathtoapi>/service/OrderStatus/OrderUID/123456/Postcode/CM15%200LB

Response

Sample
<T>
       <R>
            <CCO>ABC123</CCO>
            <SCO>ZZ</SiteCode>
            <DRF>SO123456789</DRF>
            <ORH>912345678</ORH>
            <SPH>812345679</SPH>
            <PCF>true</PCF>
            <MST>Delivered</MST>
            <PDD>2016-12-23</PDD>
            <FT1>10:00</FT1>
            <TT2>12:00</TT2>
            <FT2>11:00</FT2>
            <TT2>13:00</TT2>
            <ATD>2016-12-23T13:22:59</ATD>
            <POD>true</POD>
       </R>
</T>

Details




Description
T

Table of results

R
Order/pick record - can repeat


CCOCustomer code - Your warehouse account reference


SCOSite code - The site code where your account is based at the warehouse


DRFDocument reference - Your reference for the order


ORHOrder UID - The warehouse reference for your order


SPHPick UID - The warehouse pick reference for the order


PCFPick confirmed - Have the warehouse finished the pick?


MSTDelivery manifest status


PDDPlanned delivery date


FT1Original ETA window from time


TT1Original ETA window to time


FT2Revised ETA window from time


TT2Revised ETA window to time


ATDActual time of delivery - includes both the date and time


PODIs the POD ready to be requested using /wiki/spaces/VEDI/pages/128912145?

R

T


Response Codes

Common response codes

CodeMessage
200Order found and response prepared successfully.
204No order found for the parameters provided.

Copyright Ontech Solutions 2017-2024. All rights reserved, no part may be replicated or distributed without the express permission of the owner.