ExternalDataItem Constructor |
Namespace: Resto.Front.Api.Data.CommonAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic ExternalDataItem(
string value,
bool isPublic
)
Parameters
- value String
- External data value. Max length - 32000 chars.
- isPublic Boolean
- 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.
See Also