Click or drag to resize

IOperationServiceChangeRideExternalCourier Method

Changes the external ride courier.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeRideExternalCourier(
	Guid rideId,
	string courierName,
	string courierPhone,
	string courierComment,
	ICredentials credentials
)

Parameters

rideId  Guid
Identifier of a ride to assign an external courier.
courierName  String
External courier service name. Maximum length is 180 chars.
courierPhone  String
External courier service phone. Maximum length is 40 chars.
courierComment  String
Some additional info to the external courier data. Maximum length is 1000 chars.
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also