IHostDocumentsGetFormattedInvoiceDocument(Object, Object, Boolean) Method

Note: This API is now obsolete.
Get the formatted document of an invoice using the series and number based on the mask indicated in the [MASCARA_DOCUMENTO] parameter, in addition to the credit suffix if it were a credit/credit document and the [SUFIJOABONOS] parameter exists.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
[ObsoleteAttribute]
string GetFormattedInvoiceDocument(
	Object serial,
	Object number,
	bool isCredit
)

Parameters

serial  Object
Invoice document serial.
number  Object
Invoice document number.
isCredit  Boolean
Indicates if is a credit.

Return Value

String
String with the formatted invoice document.

See Also