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
Type: SystemGuid
Identifier of a ride whose external id's to be changed.
sourceInfo
Type: Resto.Front.Api.Data.BrdRoutePointVisitInfo
Information on the time of the courier's visit to the departure point (pick-up point).
destinationInfo
Type: Resto.Front.Api.Data.BrdRoutePointVisitInfo
Information on the time of the courier's visit to the destination point.
See Also