Click or drag to resize

IOperationServiceCreatePreliminaryOrder Method

Create new preliminary order.

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

Parameters

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

Return Value

Type: IPreliminaryOrder
See Also