Click or drag to resize

IApiServiceParametry_PobierzWartosciObiektow 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
WartoscParametruDlaObiektu[] Parametry_PobierzWartosciObiektow(
	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: WartoscParametruDlaObiektu

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

See Also