Click or drag to resize

IEditSessionCreateDeliveryOrder Method (Guid, IOrderType)

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
INewDeliveryOrderStub CreateDeliveryOrder(
	Guid id,
	IOrderType type
)

Parameters

id
Type: SystemGuid
Unique identifier of the new order. MUST be unique for the whole system. Therefore it must be taken from some synchronization operation or generated with Guid.NewGuid().
type
Type: Resto.Front.Api.V4.Data.OrganizationIOrderType
Order type. Order service type should be DeliveryByCourier or DeliveryByClient.

Return Value

Type: INewDeliveryOrderStub
See Also