Click or drag to resize

IOperationServiceCreatePreliminaryOrder Method

Create new preliminary order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IPreliminaryOrder CreatePreliminaryOrder(
	string number,
	string originName,
	IReadOnlyList<PreliminaryOrderItemProduct> products
)

Parameters

number
Type: SystemString
originName
Type: SystemString
products
Type: System.Collections.GenericIReadOnlyListPreliminaryOrderItemProduct

Return Value

Type: IPreliminaryOrder
See Also