Click or drag to resize

siteMaintenanceeditSOAddress Method

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLSOAddress

Return Value

Type: SOAddress
See Also