Click or drag to resize

ordersplaceNewOrder Method

Place an order by passing an order object, allows setting the ordNbr if enabled in SL

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "placeNewOrder", Description = "Place an order by passing an order object, allows setting the ordNbr if enabled in SL.")]
public order placeNewOrder(
	order inOrder
)

Parameters

inOrder
Type: ctDynamicsSLorder

Return Value

Type: order
See Also