Click or drag to resize

invoiceAndMemosearchInvoiceAndMemoAsDataSet Method

Namespace:  ctDynamicsSL.financial.accountsReceivable.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "searchInvoiceAndMemoAsDataSet", Description = "Searches ARDocs, Calls: xct_spDSLsearchInvoiceAndMemo")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet searchInvoiceAndMemoAsDataSet(
	string status,
	string docType,
	string custID,
	string refNbr,
	string terms,
	string projectID,
	string ordNbr,
	string slsPerID,
	DateTime startDocDate,
	DateTime endDocDate,
	nameValuePairs[] parms
)

Parameters

status
Type: SystemString
docType
Type: SystemString
custID
Type: SystemString
refNbr
Type: SystemString
terms
Type: SystemString
projectID
Type: SystemString
ordNbr
Type: SystemString
slsPerID
Type: SystemString
startDocDate
Type: SystemDateTime
endDocDate
Type: SystemDateTime
parms
Type: ctDynamicsSLnameValuePairs

Return Value

Type: DataSet
See Also