Renames order's guest.
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#
void RenameOrderGuest( Guid id, string newName, IOrderStub order )
Parameters
- id
- Type: SystemGuid
Unique identifier of the guest to be renamed. - newName
- Type: SystemString
New name of the guest. - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order to rename guest in.
See Also