Click or drag to resize

productsgetProduct Method

Retrieves a product from solomon. Calls: xct_spDSLGetProduct

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getProduct", Description = "Retrieves a product from solomon.  Calls: xct_spDSLGetProduct")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet getProduct(
	string invtID,
	string productsParams
)

Parameters

invtID
Type: SystemString
productsParams
Type: SystemString

Return Value

Type: DataSet
See Also