IOperationServiceSubmitChanges Method iikoFront Api V3 Documentation
Applies all changes made with specified edit session.

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

C#
ISubmittedEntities SubmitChanges(
	ICredentials credentials,
	IEditSession editSession
)

Parameters

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

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

Reference