IApiServiceSys_PobierzTabeleSystemowe Method | |
Pobiera tablicę identyfikatorów i nazw tabel systemowych, które są używane przy pewnych odwołaniach do obiektów systemowych w systemie
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 TabelaSystemowa[] Sys_PobierzTabeleSystemowe(
string sessionId
)
Function Sys_PobierzTabeleSystemowe (
sessionId As String
) As TabelaSystemowa()
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
Return Value
Type:
TabelaSystemowaTablica identyfikatorów i nazwa tabel systemowych
See Also