Click or drag to resize

serviceContractEntrygetSalespersonsBySlsperID Method

Searches for salespersons based on slsPerID

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

Parameters

slsperID
Type: SystemString

Return Value

Type: Salesperson
See Also