Click or drag to resize

IAtomiaBillingApiGetElectronicInvoice Method

Gets the electronic invoice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
string GetElectronicInvoice(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid
The invoice identifier.

Return Value

Type: String
The electronic invoice in the UBL format.
See Also