Click or drag to resize

IOperationServiceChangeRideRoutePointVisitInfo Method

Sets information on the time of the courier's visit to the route point.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeRideRoutePointVisitInfo(
	Guid rideId,
	RoutePointVisitInfo sourceInfo,
	RoutePointVisitInfo destinationInfo
)

Parameters

rideId  Guid
Identifier of a ride whose external id's to be changed.
sourceInfo  RoutePointVisitInfo
Information on the time of the courier's visit to the departure point (pick-up point).
destinationInfo  RoutePointVisitInfo
Information on the time of the courier's visit to the destination point.
See Also