Click or drag to resize

customerContactsgetScreenByCustID Method

Retrieves a Screen object using the passed custID

Namespace:  ctDynamicsSL.orderManagement.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getScreenByCustID", Description = "Retrieves a Screen object using the passed custID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public customerContactsscreen getScreenByCustID(
	string custID
)

Parameters

custID
Type: SystemString

Return Value

Type: customerContactsscreen
See Also