IApiServiceStatusy_ZmienStatusObiektu Method | |
Ustawia nowy status dla obiektu systemowego
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 long Statusy_ZmienStatusObiektu(
string sessionId,
long id,
long idtabeli,
int idstatusu,
string opis
)
Function Statusy_ZmienStatusObiektu (
sessionId As String,
id As Long,
idtabeli As Long,
idstatusu As Integer,
opis As String
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator obiektu systemowego - idtabeli
- Type: SystemInt64
Identyfikator tabeli - idstatusu
- Type: SystemInt32
Identyfikator statusu, który chcemy przypisać obiektowi - opis
- Type: SystemString
Przyczyna zmiany statusu
Return Value
Type:
Int64Identyfikator statusu
Remarks See Also