Click or drag to resize

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)
Syntax
public IList<CreditNotePartialEntity> ExportCreditNotes(
	string authenticationKey,
	int maxRecordsOut
)

Parameters

authenticationKey
Type: SystemString
The authenticationKey.
maxRecordsOut
Type: SystemInt32
The max number of Records Out

Return Value

Type: IListCreditNotePartialEntity
See Also