Click or drag to resize

serviceContractEntryeditSMContract Method

Edits the records for the SMContract table.

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLSMContract

Return Value

Type: SMContract
See Also