Click or drag to resize

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)
Syntax
public CustomerSiteLocationPartialEntity GetCustomerSiteByContainerReference(
	string authenticationKey,
	string containerReference
)

Parameters

authenticationKey
Type: SystemString
containerReference
Type: SystemString

Return Value

Type: CustomerSiteLocationPartialEntity
See Also