Click or drag to resize

voucherAndAdjustmentEntrygetAPTranByExactID Method

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

Parameters

recordID
Type: SystemInt32

Return Value

Type: APTran
See Also