 | 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)
Syntaxpublic ContainerPartialEntity GetContainerByChassisReference(
string authenticationKey,
string chassisReference
)
Public Function GetContainerByChassisReference (
authenticationKey As String,
chassisReference As String
) As ContainerPartialEntity
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
See Also