Click or drag to resize

voucherAndAdjustmentEntryeditAPDocExt Method

Edits the records for the APDoc table.

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

Parameters

actionType
Type: SystemString
inBatch
Type: ctDynamicsSLBatch
inItem
Type: ctDynamicsSLAPDoc

Return Value

Type: APDoc
See Also