 | CreditNoteServiceExportCreditNotes Method |
Export CreditNotes
Namespace:
AMCS.Elemos.IntegrationService.Services.CreditNote
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<CreditNotePartialEntity> ExportCreditNotes(
string authenticationKey,
int maxRecordsOut
)
Public Function ExportCreditNotes (
authenticationKey As String,
maxRecordsOut As Integer
) As IList(Of CreditNotePartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authenticationKey. - maxRecordsOut
- Type: SystemInt32
The max number of Records Out
Return Value
Type:
IListCreditNotePartialEntity
See Also