Click or drag to resize

siteMaintenancegetDwellingTypesByDwellingID Method

Searches for dwelling types based on dwellingID

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getDwellingTypesByDwellingID", Description = "Searches for dwelling types based on dwellingID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public smDwelling[] getDwellingTypesByDwellingID(
	string dwellingID
)

Parameters

dwellingID
Type: SystemString

Return Value

Type: smDwelling
See Also