IEditSessionChangeDeliveryCustomApiData Method |
Change the delivery custom data from api.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangeDeliveryCustomApiData(
string customApiData,
IDeliveryOrderStub order
)
Parameters
- customApiData String
- Custom data from api
- order IDeliveryOrderStub
- Order to change
See Also