Click or drag to resize

IOperationServiceTryGetRideByDeliveryOrderId Method

Gets current ride of the delivery, if there's one. Or null, if there's no ride associated with the delivery.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Ride TryGetRideByDeliveryOrderId(
	Guid orderId
)

Parameters

orderId
Type: SystemGuid
Identifier of a delivery order, associated with the ride, whose status is to be determined.

Return Value

Type: Ride
See Also