IApiServiceHandel_PobierzZamowieniePoId Method | |
Pobiera zamówienie za pomocą jego identyfikatora
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 Zamowienie Handel_PobierzZamowieniePoId(
string sessionId,
long id
)
Function Handel_PobierzZamowieniePoId (
sessionId As String,
id As Long
) As Zamowienie
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator zamówienia
Return Value
Type:
ZamowienieObiekt zamówienia lub null, gdy nie odnaleziono
See Also