Click or drag to resize

BookingService.GetContainerByChassisReference Method

Returns the Container thats currently linked to a Chassis with the reference 'chassisReference'. If no such Container is found then the result is null.

Namespace:  AMCS.Elemos.IntegrationService.Services.Booking
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ContainerPartialEntity GetContainerByChassisReference(
	string authenticationKey,
	string chassisReference
)

Parameters

authenticationKey
Type: System.String
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface.
chassisReference
Type: System.String
The chassis reference.

Return Value

Type: ContainerPartialEntity
Exceptions
ExceptionCondition
FaultException new FaultCode(Booking Service)
FaultReason
FaultCodeBooking Service
See Also