IService3LProSupplierInvoicesetSupplierInvoicePaymentAmount Method |
[This is preliminary documentation and is subject to change.]
Sätt godkännt belopp för betalning till ett visst belopp.
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool setSupplierInvoicePaymentAmount(
SupplierInvoiceOptions supplierInvoiceOptions,
SupplierInvoiceId supplierInvoiceId,
decimal paymentAmount,
out List<string> messages
)
Function setSupplierInvoicePaymentAmount (
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
Godkännt belopp för betalning sätts till detta belopp - 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