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