Click or drag to resize

serviceContractEntrygetEscalationIDsByEscalationCode Method

Searches for escalationIDs based on escalationCode

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

Parameters

escalationCode
Type: SystemString

Return Value

Type: smEscHeader
See Also