Click or drag to resize

serviceContractEntrygetContractsByContractID Method

Searches for contractIDs based on contractID

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

Parameters

contractID
Type: SystemString

Return Value

Type: SMContract
See Also