IApiServiceSlowniki_AktualizujJednostkeMiary Method | |
Aktualizuje jednostkę miary
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 int Slowniki_AktualizujJednostkeMiary(
string sessionId,
int id,
JednostkaMiary jednostkaMiary
)
Function Slowniki_AktualizujJednostkeMiary (
sessionId As String,
id As Integer,
jednostkaMiary As JednostkaMiary
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt32
Identyfikator jednostki miary - jednostkaMiary
- Type: ILUO.ERP.API.Server.Entities3JednostkaMiary
Obiekt zawierający nowe właściwości jednostki miary
Return Value
Type:
Int32Identyfikator jednostki miary
See Also