ZipCodeGis
Represents geographic information system (GIS) data that is associated with ZIP codes. This table supports location-based analysis by storing spatial attributes that influence routing, territory planning, and regional reporting.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Represents the unique identifier (Id) for the ZipCodeGis record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage geographic information that is associated with ZIP-level mapping. |
| AreaCode | String | False |
Specifies the telephone area code that is associated with the ZipCodeGis record. This value supports location-based categorization and helps users correlate ZIP data with communication regions. |
| City | String | False |
Represents the city name that is associated with the ZipCodeGis record. This value supports geographic grouping and enhances location-based filtering within the system. |
| CountryID | Int | False |
Specifies the Id of the country that is associated with the ZipCodeGis record. This value ensures that ZIP information is interpreted within the correct national context. |
| Latitude | Double | False |
Represents the latitude coordinate that is associated with the ZipCodeGis record. This value provides an approximate mapping location for geographic visualization and proximity-based workflows. |
| LatitudeActual | Double | False |
Represents the precise latitude value that is associated with the ZipCodeGis record. This value supports more accurate geographic calculations when required by location-based features. |
| Longitude | Double | False |
Represents the longitude coordinate that is associated with the ZipCodeGis record. This value provides an approximate horizontal mapping location for system-level spatial operations. |
| LongitudeActual | Double | False |
Represents the precise longitude value that is associated with the ZipCodeGis record. This value supports accurate geographic computations and enhances mapping fidelity in GIS processes. |
| State | String | False |
Specifies the state value that is associated with the ZipCodeGis record. This value helps categorize ZIP data within regional boundaries and supports filtering and reporting needs. |