Click or drag to resize

invoiceAndMemoeditARDoc Method

Edits the records for the ARDoc table.

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

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLARDoc

Return Value

Type: ARDoc
See Also