Click or drag to resize

serviceContractEntryeditsmConReversal Method

Edits the records for the smConReversal table.

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "editsmConReversal", Description = "Edits the records for the smConReversal table.")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public smConReversal editsmConReversal(
	string actionType,
	smConReversal inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLsmConReversal

Return Value

Type: smConReversal
See Also