Click or drag to resize

customerMaintenancegetTerritoriesByID Method

Searches for territory by id

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 = "getTerritoriesByID", Description = "Searches for territory by id")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Territory[] getTerritoriesByID(
	string territoryID
)

Parameters

territoryID
Type: SystemString

Return Value

Type: Territory
See Also