IOperationServiceChangeRideExternalCourier Method |
Changes the external ride courier.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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