Click or drag to resize

BookingServiceGetChassisByContainerReference Method

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.

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 ChassisPartialEntity GetChassisByContainerReference(
	string authenticationKey,
	string containerReference
)

Parameters

authenticationKey
Type: SystemString
containerReference
Type: SystemString

Return Value

Type: ChassisPartialEntity
See Also