IApiServiceMagazyn_AktualizujDokumentMagazynowy Method | |
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 void Magazyn_AktualizujDokumentMagazynowy(
string sessionId,
long idDokumentu,
DokumentMagazynowy dokumentMagazynowy
)
Sub Magazyn_AktualizujDokumentMagazynowy (
sessionId As String,
idDokumentu As Long,
dokumentMagazynowy As DokumentMagazynowy
)
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - idDokumentu
- Type: SystemInt64
Identyfikator aktualizowanego dokumentu - dokumentMagazynowy
- Type: ILUO.ERP.API.Server.Entities3DokumentMagazynowy
Obiekt z właściwościami i pozycjami dokumentu
See Also