Click or drag to resize

voucherAndAdjustmentEntryeditManualCheckPaymentAPDoc Method

Edits the records for the APDoc table for manual entries

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 = "editManualCheckPaymentAPDoc", Description = "Edits the records for the APDoc table for manual entries")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public APDoc editManualCheckPaymentAPDoc(
	string actionType,
	APDoc inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLAPDoc

Return Value

Type: APDoc
See Also