Click or drag to resize

IOperationServiceChangeRideExternalId Method

Sets ride identifier in the external courier service.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeRideExternalId(
	Guid rideId,
	string externalId
)

Parameters

rideId
Type: SystemGuid
Identifier of a ride whose external id's to be changed.
externalId
Type: SystemString
Identifier of the ride in the external courier service. Maximum length is 255 chars.
See Also