Click or drag to resize

IEditSessionChangeDeliveryCustomApiData 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: SystemString
Custom data from api
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also