IOperationServiceCreateEditSession Method iikoFront Api V3 Documentation
Creates an edit session. All changes made with this session will be accumulated without affecting entities. Use SubmitChanges(ICredentials, IEditSession) method to apply all changes or do nothing to discard them.

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#
IEditSession CreateEditSession()

Return Value

Type: IEditSession
A new edit session.
See Also

Reference