Click or drag to resize

IApiServiceStatusy_DodajNowyStatus Method

ILUO Sp. z o.o.
Dodaje nowy status

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_DodajNowyStatus(
	string sessionId,
	Status status
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
status
Type: ILUO.ERP.API.Server.Entities3Status
Właściwości nowego statusu

Return Value

Type: Int64
Identyfikator nowego statusu
See Also