Click or drag to resize

IEditSessionChangeDeliveryMoveIds Method

Sets identifiers of:
the new delivery created to transfer current one to a new terminal.
the group of a new delivery created to transfer current one to a new terminal.
the old delivery, from which the current one was created after transferring to a new terminal.
the group of an old delivery, from which the current one was created after transferring to a new terminal.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryMoveIds(
	Guid? movedToDeliveryId,
	Guid? movedToTerminalGroupId,
	Guid? movedFromDeliveryId,
	Guid? movedFromTerminalGroupId,
	IDeliveryOrderStub order
)

Parameters

movedToDeliveryId  NullableGuid
Identifier of the new delivery created to transfer the old one to a new terminal.
movedToTerminalGroupId  NullableGuid
Group Identifier of the new delivery created to transfer the old one to a new terminal.
movedFromDeliveryId  NullableGuid
Identifier of the old delivery, from which the current one was created after transferring to a new terminal.
movedFromTerminalGroupId  NullableGuid
Group Identifier of the old delivery, from which the current one was created after transferring to a new terminal.
order  IDeliveryOrderStub
Order to change.
See Also