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

« Previous Version 8 Current »

Introduction

The purpose of this service is to return per rotation stock quantities for an account.

URL Parameters

None

Example

http://<pathtoapi>service/WhStkRn

Request Headers

Key

Details

Required

CustomerCode

The customer code of your account

Mandatory

SiteCode

The site code your account's located at

Mandatory

ProductCode

Return rotations belonging to this product code

Optional

Rotation

The rotation number to return stock for

URL encode by replacing / with %252F

i.e. 10%252F0000123

Optional

Response

Sample
<WhStkRn>
    <R>
        <RN>22/0001234</RN>
        <TS>120</TS>
        <AS>108</AS>
        <SC>12</SC>
    </R>
	<R>
		<RN>22/0001234/2</RN>
		<TS>12</TS>
		<AS>0</AS>
		<SC>12</SC>
    </R>
</WhStkRn>

XML Element

Definition

Length

Notes

RN

Rotation

10 to 15

Rotation Number in the format  YY/Dnnnnnn and where rotation line number are in use then YY/Dnnnnnn/nnnn.  The 15 digit format is only used when necessary, normally only shows 10 digits unless a line number exists.

TS

Total singles

6

A total amount in single items, including stocks which are currently frozen.

AS

Available singles

6

TS (above) minus frozen stocks.

SC

Singles per case

5


Response Codes  

Common response codes

  • No labels