Click or drag to resize

commoneditVendor Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editVendor", Description = "Add/Edit Vendor entries.  Calls: xct_spDSLEditVendor ")]
public Vendor editVendor(
	string actionType,
	Vendor inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLVendor

Return Value

Type: Vendor
See Also