Click or drag to resize

voucherAndAdjustmentEntrygetSubXrefsBySub Method

Searches for SubXRefs based on Sub

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 = "getSubXrefsBySub", Description = "Searches for SubXRefs based on Sub")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public SubXref[] getSubXrefsBySub(
	string sub,
	string cpnyID
)

Parameters

sub
Type: SystemString
cpnyID
Type: SystemString

Return Value

Type: SubXref
See Also