Click or drag to resize

IEditSessionChangeDeliveryCustomApiData Method

Change the delivery custom data from api.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryCustomApiData(
	string customApiData,
	IDeliveryOrderStub order
)

Parameters

customApiData  String
Custom data from api
order  IDeliveryOrderStub
Order to change
See Also