IApiServiceStatusy_DodajNowyStatus Method | |
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
)
Function Statusy_DodajNowyStatus (
sessionId As String,
status As Status
) As Long
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:
Int64Identyfikator nowego statusu
See Also