Click or drag to resize

customerContactseditNoteAsDataSet Method

Edits a note for CustContact. actionTypes:ADD,UPDATE,VALIDATEONLY

Namespace:  ctDynamicsSL.orderManagement.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "editNoteAsDataSet", Description = "Edits a note for CustContact. actionTypes:ADD,UPDATE,VALIDATEONLY")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet editNoteAsDataSet(
	string actionType,
	Snote inSnote
)

Parameters

actionType
Type: SystemString
inSnote
Type: ctDynamicsSLSnote

Return Value

Type: DataSet
See Also