Click or drag to resize

siteMaintenancegetCustomersByCustID Method

Searches for customers based on custID

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getCustomersByCustID", Description = "Searches for customers based on custID")]
public customer[] getCustomersByCustID(
	string custID
)

Parameters

custID
Type: SystemString

Return Value

Type: customer
See Also