Retrieves a Order from Mandant.Orders by Id
[Visual Basic] Public Function GetOrderById( _ ByVal Int64 As Int64 _ ) As Order [C#] public Order GetOrderById( long Int64 ); [C++] public: Order* GetOrderById( __int64 Int64 ); [JScript] public function GetOrderById( long Int64 ): Order;
Order with given OrderId
Exception Type | Condition |
---|---|
Exception | Indicates that OrderId was not found in current Mandators Order Context |
Mandantor Class | ppm3dakClient.Shop Namespace | Order