 | SettingsServiceExportInvoiceBatchStatuses Method |
Exports Invoice Batch Status 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<InvoiceBatchStatusPartialEntity> ExportInvoiceBatchStatuses(
string authenticationKey
)
Public Function ExportInvoiceBatchStatuses (
authenticationKey As String
) As IList(Of InvoiceBatchStatusPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
Authentication key
Return Value
Type:
IListInvoiceBatchStatusPartialEntity
List of InvoiceBatchStatus records.
Exceptions
See Also