Click or drag to resize

voucherAndAdjustmentEntrygetAPDocByExactID Method

Gets an APdoc by the recordID

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 = "getAPDocByExactID", Description = "Gets an APdoc by the recordID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public APDoc getAPDocByExactID(
	int recordID
)

Parameters

recordID
Type: SystemInt32

Return Value

Type: APDoc
See Also