Click or drag to resize

IApiServicePolaDodatkowe_PobierzWartosciPolDodatkowychObiektow Method

ILUO Sp. z o.o.
Pobiera wartości pól dodatkowych dla wskazanych obiektów

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
WartoscPolaDlaObiektu[] PolaDodatkowe_PobierzWartosciPolDodatkowychObiektow(
	string sessionId,
	long? idTabeli,
	string nazwaTabeli,
	long[] identyfikatory
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
idTabeli
Type: SystemNullableInt64
Identyfikator tabeli w (tabeli sysTabela) - alternatywnie do parametru nazwaTabeli
nazwaTabeli
Type: SystemString
nazwa tabeli- alternatywnie do parametru idTabeli
identyfikatory
Type: SystemInt64
tablica identyfikatorów unikalnych wierszy tabeli

Return Value

Type: WartoscPolaDlaObiektu

[Missing <returns> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.PolaDodatkowe_PobierzWartosciPolDodatkowychObiektow(System.String,System.Nullable{System.Int64},System.String,System.Int64[])"]

See Also