Click or drag to resize

IOperationServiceChangeGroupMainTerminal Method

Changes current group main terminal with new terminal.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeGroupMainTerminal(
	ITerminal newTerminal,
	ICredentials credentials
)

Parameters

newTerminal  ITerminal
Terminal for replacing current group main terminal
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.
Remarks
Changing the main terminal may lead to the loss of cash data at the terminals. In particular, turnouts, personal shifts, cash shifts, unsaved documents on the server can be deleted. Unclosed deliveries will be canceled.
See Also