Click or drag to resize

siteMaintenanceeditSMSOAddress Method

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "editSMSOAddress", Description = "Add/Edit smSOAddress entries.  Calls: xct_spDSLEditsmSOAddress ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public smSOAddress editSMSOAddress(
	string actionType,
	smSOAddress inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLsmSOAddress

Return Value

Type: smSOAddress
See Also