IApiServiceMagazyn_PobierzDokumentMagazynowyPoId Method | |
Pobiera dokument magazynowy za pomocą identyfikatora w systemie
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 DokumentMagazynowy Magazyn_PobierzDokumentMagazynowyPoId(
string sessionId,
long id
)
Function Magazyn_PobierzDokumentMagazynowyPoId (
sessionId As String,
id As Long
) As DokumentMagazynowy
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator dokumentu
Return Value
Type:
DokumentMagazynowyObiekt z właściwościami i pozycjami dokumentu magazynowego
See Also