Click or drag to resize

IOperationService.ChangeDeliveryOpinion Method

Changes client's opinion on closed delivery.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryOpinion(
	Guid DeliveryId,
	string OpinionComment,
	IDictionary<Guid, int> Marks
)

Parameters

DeliveryId
Type: System.Guid
Id of the delivery to change opinion for.
OpinionComment
Type: System.String
Client's textual opinion.
Marks
Type: System.Collections.Generic.IDictionary<Guid, Int32>
Client's marks for survey items. Mark should be equal to either 0 or 100.
See Also