Click or drag to resize

siteMaintenancegetItemScreen Method

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

Parameters

custID
Type: SystemString
shipToID
Type: SystemString
inParentScreen
Type: ctDynamicsSL.fieldService.serviceDispatch.maintenancesiteMaintenancescreen

Return Value

Type: siteMaintenanceitemScreen
See Also