![]() | BookingService Methods |
The BookingService type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetChassisByContainerReference |
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.
|
![]() | GetContainerByChassisReference |
Returns the Container thats currently linked to a Chassis with the reference 'chassisReference'.
If no such Container is found then the result is null.
|
![]() | GetCustomerSiteByChassisReference |
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.
|
![]() | GetCustomerSiteByContainerReference |
Returns the CustomerSite that holds a booked container with the reference 'containerReference'.
If no such CustomerSite is found then the result is null.
|