Click or drag to resize

IAtomiaBillingApiBulkSendInvoicesSynchronous Method

Creates BulkSendJob for sending 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 BulkSendInvoicesSynchronous(
	Guid[] invoiceIds
)

Parameters

invoiceIds
Type: SystemGuid
List of invoices to be processed.

Return Value

Type: Guid
Created BulkSendJob ID.
See Also