IEditSessionAddOrderGuest Method (String, IOrderStub)iikoFront Api V3 Documentation
Adds new guest to existing order. User must have rights to edit orders.

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
INewOrderItemGuestStub AddOrderGuest(
	string name,
	IOrderStub order
)

Parameters

name
Type: SystemString
Name of the new guest. If name is null, then it will be generated automatically.
order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Existing order

Return Value

Type: INewOrderItemGuestStub
See Also

Reference