Click or drag to resize

IEditSession.ChangeDeliveryCustomApiData Method

Change the delivery custom data from api.

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

Parameters

customApiData
Type: System.String
Custom data from api
order
Type: Resto.Front.Api.Editors.Stubs.IDeliveryOrderStub
Order to change
See Also