Click or drag to resize

IApiServiceStatusy_ZmienStatusObiektu Method

ILUO Sp. z o.o.
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
)

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: Int64
Identyfikator statusu
Remarks
Identyfikatory tabel można pobrać metodą Sys_PobierzTabeleSystemowe
See Also