Click or drag to resize

serviceContractEntryeditsmContractBill Method

Edits the records for the SMContractBill 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)]
[WebMethodAttribute(MessageName = "editsmContractBill", Description = "Edits the records for the SMContractBill table.")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public smContractBill editsmContractBill(
	string actionType,
	smContractBill inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLsmContractBill

Return Value

Type: smContractBill
See Also