IApiServiceStatusy_PobierzStatusyDlaTabeli Method | |
Pobiera statusy, które można przypisać obiektom danej tabeli
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 StatusTabeli[] Statusy_PobierzStatusyDlaTabeli(
string sessionId,
long idtabeli
)
Function Statusy_PobierzStatusyDlaTabeli (
sessionId As String,
idtabeli As Long
) As StatusTabeli()
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idtabeli
- Type: SystemInt64
Identyfikator tabeli
Return Value
Type:
StatusTabeliTablica z właściwościami statusów przypisanych do danej tabeli
Remarks See Also