IService3LProSupplierInvoiceaddToSupplierInvoicePaymentAmount Method |
[This is preliminary documentation and is subject to change.]
Utöka det godkända beloppet för betalning med ett visst belopp.
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool addToSupplierInvoicePaymentAmount(
SupplierInvoiceOptions supplierInvoiceOptions,
SupplierInvoiceId supplierInvoiceId,
decimal paymentAmount,
out List<string> messages
)
Function addToSupplierInvoicePaymentAmount (
supplierInvoiceOptions As SupplierInvoiceOptions,
supplierInvoiceId As SupplierInvoiceId,
paymentAmount As Decimal,
<OutAttribute> ByRef messages As List(Of String)
) As Boolean
Parameters
- supplierInvoiceOptions
- Type: _3LProServices.SupplierInvoiceServiceSupplierInvoiceOptions
Grundinställningar - supplierInvoiceId
- Type: _3LProServices.SupplierInvoiceServiceSupplierInvoiceId
Identfierar leverantörsfaktura - paymentAmount
- Type: SystemDecimal
Detta belopp adderas till Godkännt belopp för betalning. - messages
- Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det gick inte att sätta godkännt belopp.
See Also