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.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid 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