Click or drag to resize

IAtomiaBillingApiBulkPrintInvoicesSynchronous Method

Creates BulkSendJob for printing selected invoices.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Guid BulkPrintInvoicesSynchronous(
	Guid[] invoiceIds
)

Parameters

invoiceIds
Type: SystemGuid
List of invoices to be processed.

Return Value

Type: Guid
Created BulkSendJob ID.
See Also