 | 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)
Syntaxpublic ChassisPartialEntity GetChassisByContainerReference(
string authenticationKey,
string containerReference
)
Public Function GetChassisByContainerReference (
authenticationKey As String,
containerReference As String
) As ChassisPartialEntity
Parameters
- authenticationKey
- Type: SystemString
- containerReference
- Type: SystemString
Return Value
Type:
ChassisPartialEntity
See Also