Click or drag to resize

serviceContractEntryeditsmContractRev Method

Edits the records for the SMContractRev table.

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLsmContractRev

Return Value

Type: smContractRev
See Also