Versionsnyheter återfinns här>>


ISupplierServiceUpdateWithAddInvoicePaymentAmount Method

Utöka det godkända beloppet för betalning med ett visst belopp.

Definition

Namespace: Vitec.Ekonomi.Services.Supplier
Assembly: VitecEkonomiServices (in VitecEkonomiServices.dll) Version: 100.0.0.0 (100.0.0.0)
C#
void UpdateWithAddInvoicePaymentAmount(
	CompanySelector companySelector,
	string supplierId,
	string invoiceId,
	decimal PaymentAmount
)

Parameters

companySelector  CompanySelector
Företagsval
supplierId  String
LeverantörsId
invoiceId  String
FakturaId
PaymentAmount  Decimal
Detta belopp adderas till Godkännt belopp för betalning.

Exceptions

ServiceFaultKastas om det inte går att genomföra metodanropet. För information om orsaken, se [fångat exception].Detail.Messages

See Also