IEditSessionAddOrderGuest(String, IOrderStub) Method |
Adds new guest to existing order. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxINewOrderGuestItemStub AddOrderGuest(
string name,
IOrderStub order
)
Parameters
- name String
- Name of the new guest. If name is null, then it will be generated automatically.
- order IOrderStub
- Existing order
Return Value
INewOrderGuestItemStub
See Also