Click or drag to resize

ordersgetOrderTotals Method

Get Order Totals. By passing an order object, the order will be calculated and passed back as an order object.

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getOrderTotals", Description = "Get Order Totals.  By passing an order object, the order will be calculated and passed back as an order object.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public order getOrderTotals(
	order inOrder
)

Parameters

inOrder
Type: ctDynamicsSLorder

Return Value

Type: order
See Also