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.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
[ObsoleteAttribute]
string GetFormattedInvoiceDocument(
Object serial,
Object number,
bool isCredit
)
<ObsoleteAttribute>
Function GetFormattedInvoiceDocument (
serial As Object,
number As Object,
isCredit As Boolean
) As String
- serial Object
- Invoice document serial.
- number Object
- Invoice document number.
- isCredit Boolean
- Indicates if is a credit.
StringString with the formatted invoice document.