Click or drag to resize

IOperationServiceAddOrUpdateCustomData Method

Adds or updates custom data.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void AddOrUpdateCustomData(
	string key,
	string value
)

Parameters

key  String
 
value  String
 
See Also