Click or drag to resize

IApiServiceHandel_DodajNowyDokumentHandlowy Method

ILUO Sp. z o.o.
Dodaje nowy dokument handlowy

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 Handel_DodajNowyDokumentHandlowy(
	string sessionId,
	DokumentHandlowy dh
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
dh
Type: ILUO.ERP.API.Server.Entities3DokumentHandlowy
Obiekt z właściwościami i pozycjami dokumentu

Return Value

Type: Int64
Identyfikator dodanego dokumentu
See Also