 | VehicleServiceGetCustomerTransportSupplierSites Method |
Gets the customer transport supplier sites.
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 IList<SupplierSitePartialEntity> GetCustomerTransportSupplierSites(
string authenticationKey,
int customerId
)
Public Function GetCustomerTransportSupplierSites (
authenticationKey As String,
customerId As Integer
) As IList(Of SupplierSitePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerId
- Type: SystemInt32
The customer identifier.
Return Value
Type:
IListSupplierSitePartialEntity
See Also