IApiServiceMagazyn_DodajNowyDokumentMagazynowy Method | |
Dodaje nowy dokument magazynowy
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 Magazyn_DodajNowyDokumentMagazynowy(
string sessionId,
DokumentMagazynowy dokumentMagazynowy
)
Function Magazyn_DodajNowyDokumentMagazynowy (
sessionId As String,
dokumentMagazynowy As DokumentMagazynowy
) As Long
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - dokumentMagazynowy
- Type: ILUO.ERP.API.Server.Entities3DokumentMagazynowy
Obiekt z właściwościami i pozycjami dokumentu
Return Value
Type:
Int64Identyfikator dodanego magazynu
See Also