IApiServiceParametry_UsunWartoscParametru Method | |
Usuwa wartość parametru
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 void Parametry_UsunWartoscParametru(
string sessionId,
long id
)
Sub Parametry_UsunWartoscParametru (
sessionId As String,
id As Long
)
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator wartości parametru
See Also