Click or drag to resize

siteMaintenancegetZipCodesByZipID Method

Searches for zipcodes based on zipID

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

Parameters

zipID
Type: SystemString

Return Value

Type: smZipCode
See Also