Click or drag to resize

serviceContractEntrygetNewsmContractRev Method

Gets a new smContractRev based on the passed template

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)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getNewsmContractRev", Description = "Gets a new smContractRev based on the passed template")]
public smContractRev getNewsmContractRev(
	smContractRev inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLsmContractRev

Return Value

Type: smContractRev
See Also