Click or drag to resize

serviceContractEntrygetCustomersByCustID Method

Searches for customers based on custID

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

Parameters

custID
Type: SystemString

Return Value

Type: customer
See Also