IApiServiceHandel_PobierzDokumentHandlowyPoNumerze Method | |
Pobiera dokument handlowy za pomocą jego 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 DokumentHandlowy Handel_PobierzDokumentHandlowyPoNumerze(
string sessionId,
string numer
)
Function Handel_PobierzDokumentHandlowyPoNumerze (
sessionId As String,
numer As String
) As DokumentHandlowy
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - numer
- Type: SystemString
Numer dokumentu
Return Value
Type:
DokumentHandlowyObiekt zawierający właściwości i pozycje dokumentu handlowego
See Also