 | 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)
Syntaxpublic bool IsSupplierSiteIdValid(
string authenticationKey,
int supplierSiteId
)
Public Function IsSupplierSiteIdValid (
authenticationKey As String,
supplierSiteId As Integer
) As Boolean
Parameters
- authenticationKey
- Type: SystemString
Authentication Key - supplierSiteId
- Type: SystemInt32
Id of Supplier Site to Test
Return Value
Type:
Boolean
See Also