IApiServiceMagazyn_PobierzDokumentMagazynowyPoNumerze Method | |
Pobiera dokument magazynowy za pomocą numeru 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_PobierzDokumentMagazynowyPoNumerze(
string sessionId,
string numer
)
Function Magazyn_PobierzDokumentMagazynowyPoNumerze (
sessionId As String,
numer As String
) As DokumentMagazynowy
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - numer
- Type: SystemString
Numer dokumentu
Return Value
Type:
DokumentMagazynowyObiekt z właściwościami i pozycjami dokumentu magazynowego
See Also