Click or drag to resize

IApiServiceBiblioteka_DodajNowyZalacznik Method

ILUO Sp. z o.o.
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
)

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: Int64
Identyfikator utworzonego załącznika
See Also