Click or drag to resize

IOperationServiceSubmitChanges Method

Applies all changes made with specified edit session.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ISubmittedEntities SubmitChanges(
	IEditSession editSession,
	ICredentials credentials
)

Parameters

editSession
Type: Resto.Front.Api.EditorsIEditSession
Edit session with changes.
credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

Type: ISubmittedEntities
Created or changed entities. Use corresponding Get method to retrieve entities by their stubs.
Remarks
Do not use current edit session instance for another changes after submitting, create new edit session instead.
See Also