Click or drag to resize
IService3LProSupplierInvoicegetInvoicePaymentDate Method

[This is preliminary documentation and is subject to change.]

Ger betalningsdatum

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool getInvoicePaymentDate(
	short companyId,
	string externalCompanyId,
	string corporateId,
	out List<PaymentDate> paymentDates,
	out List<string> errorMessages
)

Parameters

companyId
Type: SystemInt16

[Missing <param name="companyId"/> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

externalCompanyId
Type: SystemString

[Missing <param name="externalCompanyId"/> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

corporateId
Type: SystemString

[Missing <param name="corporateId"/> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

paymentDates
Type: System.Collections.GenericListPaymentDate

[Missing <param name="paymentDates"/> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

errorMessages
Type: System.Collections.GenericListString

[Missing <param name="errorMessages"/> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:_3LProServices.SupplierInvoiceService.IService3LProSupplierInvoice.getInvoicePaymentDate(System.Int16,System.String,System.String,System.Collections.Generic.List{_3LProServices.SupplierInvoiceService.PaymentDate}@,System.Collections.Generic.List{System.String}@)"]

See Also