IOperationServiceChangeDeliveryOpinion Method |
Changes client's opinion on closed delivery.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax void ChangeDeliveryOpinion(
Guid DeliveryId,
string OpinionComment,
IDictionary<Guid, int> Marks
)
Parameters
- DeliveryId
- Type: SystemGuid
Id of the delivery to change opinion for.
- OpinionComment
- Type: SystemString
Client's textual opinion.
- Marks
- Type: System.Collections.GenericIDictionaryGuid, Int32
Client's marks for survey items. Mark should be equal to either 0 or 100.
See Also