Click or drag to resize

customerMaintenancegetStatesByID Method

Searches for states based on stateProvID

Namespace:  ctDynamicsSL.financial.accountsReceivable.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getStatesByID", Description = "Searches for states based on stateProvID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public State[] getStatesByID(
	string stateprovID
)

Parameters

stateprovID
Type: SystemString

Return Value

Type: State
See Also