 | SettingsServiceExportInvoiceCycles Method |
Exports Invoice Cycle records.
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<InvoiceCyclePartialEntity> ExportInvoiceCycles(
string authenticationKey
)
Public Function ExportInvoiceCycles (
authenticationKey As String
) As IList(Of InvoiceCyclePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
Authentication key
Return Value
Type:
IListInvoiceCyclePartialEntity
List of InvoiceCycle records.
Exceptions
See Also