Click or drag to resize

siteMaintenancegetNewSnote Method

Gets a new default Snote based on the passed template

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getNewSnote", Description = "Gets a new default Snote based on the passed template")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public Snote getNewSnote(
	Snote inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLSnote

Return Value

Type: Snote
See Also