Click or drag to resize

VehicleEventServiceIsSupplierSiteIdValid Method

Returns True if provided Id number is a valid Supplier's Site Id

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsSupplierSiteIdValid(
	string authenticationKey,
	int supplierSiteId
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
supplierSiteId
Type: SystemInt32
Id of Supplier Site to Test

Return Value

Type: Boolean
See Also