Click or drag to resize

ordersvalidateNewOrder Method

Validates an order by passing an order object without saving it into SL, 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 = "validateNewOrder", Description = "Validates an order by passing an order object without saving it into SL, allows setting the ordNbr if enabled in SL.")]
public order validateNewOrder(
	order inOrder
)

Parameters

inOrder
Type: ctDynamicsSLorder

Return Value

Type: order
See Also