Click or drag to resize

IOperationServiceChangeRideExternalCourier Method

Changes the external ride courier.

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

Parameters

rideId
Type: SystemGuid
Identifier of a ride to assign an external courier.
courierName
Type: SystemString
External courier service name. Maximum length is 180 chars.
courierPhone
Type: SystemString
External courier service phone. Maximum length is 40 chars.
courierComment
Type: SystemString
Some additional info to the external courier data. Maximum length is 1000 chars.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
See Also