residentialBusinessIndicator in serviceability - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

The residentialBusinessIndicator filter is used to return serviacability information which matches the the type of residential building indicator.The available filter values for residentialBusinessIndicator are:
Table 1.
Input Definition
R Residential
B Business
M Mixed

Below is a sample query showing usage of the residentialBusinessIndicator in buildings filter:

{
  getById(id: "P00000I7PO0A", queryType: PRECISELY_ID) {
    addresses {
      data {
        serviceability(residentialBusinessIndicator: "M") {
          data {
            residentialBusinessIndicator {
              value
              description
            }
          }
        }
      }
    }
  }
}