Click or drag to resize

projectEmployeeMaintenancegetRevenueAcctsByID Method

Searches for PJACCT Revenue Accts by ID

Namespace:  ctDynamicsSL.project.projectController.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getRevenueAcctsByID", Description = "Searches for PJACCT Revenue Accts by ID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public PJACCT[] getRevenueAcctsByID(
	string acct
)

Parameters

acct
Type: SystemString

Return Value

Type: PJACCT
See Also