Click or drag to resize

IEditSessionAddOrderExternalData Method

Adds external data to the order. Use DeleteOrderExternalData(String, IOrderStub) to delete the data when it's no longer needed.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void AddOrderExternalData(
	string key,
	string value,
	IOrderStub order
)

Parameters

key
Type: SystemString
External data key. Max length - 256 chars.
value
Type: SystemString
External data value. Max length - 32000 chars.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to which external data will be added.
See Also