IApiServiceBiblioteka_DodajNowyZalacznik Method | |
Dodaje nowy załącznik do systemu
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 Biblioteka_DodajNowyZalacznik(
string sessionId,
Zalacznik zalacznik
)
Function Biblioteka_DodajNowyZalacznik (
sessionId As String,
zalacznik As Zalacznik
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - zalacznik
- Type: ILUO.ERP.API.Server.Entities3Zalacznik
Dane nowego załącznika
Return Value
Type:
Int64Identyfikator utworzonego załącznika
See Also