Click or drag to resize

ordersvalidateOrder Method

Validates an order by passing an order object without saving it into SL

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "validateOrder", Description = "Validates an order by passing an order object without saving it into SL")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public order validateOrder(
	order inOrder
)

Parameters

inOrder
Type: ctDynamicsSLorder

Return Value

Type: order
See Also