Click or drag to resize

IOperationServiceChangeGroupMainTerminal Method

Changes current group main terminal with new terminal.

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

Parameters

newTerminal
Type: Resto.Front.Api.Data.OrganizationITerminal
Terminal for replacing current group main terminal
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
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