IHostFinancePostInvoiceAsync Method
Post invoice asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<long> PostInvoiceAsync(
PropertyDocumentType propertyType,
long invoiceId
)
Function PostInvoiceAsync (
propertyType As PropertyDocumentType,
invoiceId As Long
) As Task(Of Long)
- propertyType PropertyDocumentType
- Document property type.
- invoiceId Int64
- Invoice identifier.
TaskInt64Int64 with the invoice identifier.