Click or drag to resize

serviceContractEntrygetMasterControlIDsByMasterID Method

Searches for masterIDs based on masterID

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)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getMasterControlIDsByMasterID", Description = "Searches for masterIDs based on masterID")]
public smConMaster[] getMasterControlIDsByMasterID(
	string masterID
)

Parameters

masterID
Type: SystemString

Return Value

Type: smConMaster
See Also