IEditSessionChangeOrderOriginName Method |
Sets order origin — name of the source this order was received from. Specifying origin allows to analyse efficiency of external order sources such as different web-sites, mobile applications and so on. Origin name can be set only once.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderOriginName(
string originName,
IOrderStub order
)
Parameters
- originName String
- Non-empty string of the new origin name. Maximum length is 20 chars.
- order IOrderStub
- Order to specify origin.
See Also