Click or drag to resize

ordersupdateLineItemInvtID Method

Update a line item's inventory ID.

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 = "updateLineItemInvtID", Description = "Update a line item's inventory ID.")]
public orderItem updateLineItemInvtID(
	string ordNbr,
	string lineRef,
	string invtID
)

Parameters

ordNbr
Type: SystemString
lineRef
Type: SystemString
invtID
Type: SystemString

Return Value

Type: orderItem
See Also