Click or drag to resize

siteMaintenancegetItemScreenByCustIDByShipToID Method

Retrieves a itemScreen object for this class

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getItemScreenByCustIDByShipToID", 
	Description = "Retrieves a itemScreen object for this class")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public siteMaintenanceitemScreen getItemScreenByCustIDByShipToID(
	string custID,
	string shipToID
)

Parameters

custID
Type: SystemString
shipToID
Type: SystemString

Return Value

Type: siteMaintenanceitemScreen
See Also