Service3LProSupplierInvoicegetInvoicePaymentDate Method |
[This is preliminary documentation and is subject to change.]
Metoden returnerar de fakturor som har blivit (helt/delvis) betalade via 3L Pro, sedan metoden anropades senast.
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool getInvoicePaymentDate(
short companyId,
string externalCompanyId,
string corporateId,
out List<PaymentDate> paymentDates,
out List<string> errorMessages
)
Public Function getInvoicePaymentDate (
companyId As Short,
externalCompanyId As String,
corporateId As String,
<OutAttribute> ByRef paymentDates As List(Of PaymentDate),
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- companyId
- Type: SystemInt16
Företagsid i 3LPro - externalCompanyId
- Type: SystemString
Externt företagsid - corporateId
- Type: SystemString
Organisationsnummer - paymentDates
- Type: System.Collections.GenericListPaymentDate
Lista med fakturor med aktuella betaldatum - errorMessages
- Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det gick inte att hämta betaldatum
Implements
IService3LProSupplierInvoicegetInvoicePaymentDate(Int16, String, String, ListPaymentDate, ListString)
See Also