Click or drag to resize

serviceContractEntrygetContractTypesByAgreementTypeID Method

Searches for agreementTypeIDs based on agreementTypeID

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 = "getContractTypesByAgreementTypeID", 
	Description = "Searches for agreementTypeIDs based on agreementTypeID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public smAgreement[] getContractTypesByAgreementTypeID(
	string agreementTypeID
)

Parameters

agreementTypeID
Type: SystemString

Return Value

Type: smAgreement
See Also