Service3LProSupplierInvoicegetUpdatedSuppliers Method |
[This is preliminary documentation and is subject to change.]
Ger alla leverantörer, för önsakt företag, som har förändrats i 3LPro sedan senaste hämtningen av leverantörsförändringar.
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool getUpdatedSuppliers(
short companyId,
string externalCompanyId,
string corporateId,
out List<Supplier> suppliers,
out List<string> errorMessages
)
Public Function getUpdatedSuppliers (
companyId As Short,
externalCompanyId As String,
corporateId As String,
<OutAttribute> ByRef suppliers As List(Of Supplier),
<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 - suppliers
- Type: System.Collections.GenericListSupplier
Lista med alla förändrade leverantörer - 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 förändrade leverantörer.
Implements
IService3LProSupplierInvoicegetUpdatedSuppliers(Int16, String, String, ListSupplier, ListString)
See Also