 | BookingServiceGetCustomerSiteByContainerReference Method |
Returns the CustomerSite that holds a booked container with the reference 'containerReference'.
If no such CustomerSite 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 CustomerSiteLocationPartialEntity GetCustomerSiteByContainerReference(
string authenticationKey,
string containerReference
)
Public Function GetCustomerSiteByContainerReference (
authenticationKey As String,
containerReference As String
) As CustomerSiteLocationPartialEntity
Parameters
- authenticationKey
- Type: SystemString
- containerReference
- Type: SystemString
Return Value
Type:
CustomerSiteLocationPartialEntity
See Also