Click or drag to resize

IApiServiceStatusy_AktualizujStatus Method

ILUO Sp. z o.o.
Aktualizuje dane statusu

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_AktualizujStatus(
	string sessionId,
	long id,
	Status status
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt64
Identyfikator statusu
status
Type: ILUO.ERP.API.Server.Entities3Status
Obiekt z nowymi właściwościami statusu

Return Value

Type: Int64
Identyfikator statusu
See Also