 | SettingsServiceGetServicesForOrderManagement Method |
Gets the services for order management.
Namespace:
AMCS.Elemos.IntegrationService.Services.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<ServicePartialEntity> GetServicesForOrderManagement(
string authenticationKey
)
Public Function GetServicesForOrderManagement (
authenticationKey As String
) As IList(Of ServicePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key.
Return Value
Type:
IListServicePartialEntity
See Also