Click or drag to resize

serviceContractEntrygetNewSMContract Method

Gets a new default SMContract 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 = "getNewSMContract", Description = "Gets a new default SMContract based on the passed template")]
public SMContract getNewSMContract(
	SMContract inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLSMContract

Return Value

Type: SMContract
See Also