Click or drag to resize

serviceContractEntrygetAccountsByAcct Method

Searches for accounts based on acct

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getAccountsByAcct", Description = "Searches for accounts based on acct")]
public Account[] getAccountsByAcct(
	string acct
)

Parameters

acct
Type: SystemString

Return Value

Type: Account
See Also