Click or drag to resize

ordersdeleteLineItem Method

Delete a single line item.

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "deleteLineItem", Description = "Delete a single line item.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public bool deleteLineItem(
	string ordNbr,
	string lineRef
)

Parameters

ordNbr
Type: SystemString
lineRef
Type: SystemString

Return Value

Type: Boolean
See Also