IApiServicePolaDodatkowe_PobierzWartosciPolDodatkowychObiektow Method | |
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
)
Function PolaDodatkowe_PobierzWartosciPolDodatkowychObiektow (
sessionId As String,
idTabeli As Long?,
nazwaTabeli As String,
identyfikatory As Long()
) As WartoscPolaDlaObiektu()
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