Click or drag to resize

ordersorderAdminHoldBatch Method

Processes a batch of orders to set their AdminHold flag.

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 = "orderAdminHoldBatch", Description = "Processes a batch of orders to set their AdminHold flag.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public string orderAdminHoldBatch(
	string orderBatch,
	bool holdValue,
	string customParamString
)

Parameters

orderBatch
Type: SystemString
holdValue
Type: SystemBoolean
customParamString
Type: SystemString

Return Value

Type: String
See Also