Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 4 Next »

Spares Information

Many of the interfaces allow for spares to specified for the jobs being booked. The structure used for this data is:

Web Service

Type

Description

Req?

Val?

<reqSpares>

 

Booking APIs can have up to 30 <reqSpare> structures inside the <reqSpares> structure, each of which contains a SpareID and a quantity.

Spares substitutes can be supplied by concatenating up to 05 SpareIDs separated by a semicolon character (';').

N

 

 

<reqSpare>

 

 

Y

 

 

 

<spare>?</spare>

SpareID

 

Y

Y

 

 

<quantity>?</quantity>

int

 

Y

 

 

</reqSpare>

 

 

 

 

</reqSpares>

 

 

 

 

  • No labels