Click or drag to resize

BookingService Methods

The BookingService type exposes the following members.

Methods
  NameDescription
Public methodGetChassisByContainerReference
Returns the Chassis thats currently linked to a booked container with the reference 'containerReference'. If no such Chassis is found then the result is null.
Public methodGetContainerByChassisReference
Returns the Container thats currently linked to a Chassis with the reference 'chassisReference'. If no such Container is found then the result is null.
Public methodGetCustomerSiteByChassisReference
Returns the CustomerSite that is linked to a Chassis (under a container) with a particular reference. If no such CustomerSite is found then the result is null.
Public methodGetCustomerSiteByContainerReference
Returns the CustomerSite that holds a booked container with the reference 'containerReference'. If no such CustomerSite is found then the result is null.
Top
See Also