IEditSessionAddOrderExternalData Method |
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntaxvoid AddOrderExternalData(
string key,
string value,
bool isPublic,
IOrderStub order
)
Parameters
- key
- Type: SystemString
External data key. Max length - 256 chars. - value
- Type: SystemString
External data value. Max length - 32000 chars. - isPublic
- Type: SystemBoolean
Whether the external data item should be sent to Instance server then can be available in OLAP report and via Instance API. 'false' means that the external data item will be stored in Syrve POS during order lifetime and can be obtained via Syrve POS API. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to which external data will be added.
See Also