Birdeye · Schema

Update Business Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationArtificial Intelligence

Properties

Name Type Description
name string
alias string
isAddressHidden number
location object
emailId string
phone string
fax string
websiteUrl string
establishedYear number
timezone string
languages array
isServiceAreaProvider string
serviceAreas array
working24x7 number
hoursOfOperations array
specialHours array
businessStatus string
reopenDate string
services string
keywords string
products string
appointmentLink string
reservationLink string
menuLink string
orderAheadLink string
impressum string
payment string
localPhoneNumber string
tollFreePhoneNumber string
androidAppURL string
iosAppURL string
logoUrl string
gmbLogoOptOut number
fbLogoOptOut number
gmbCoverOptOut number
fbCoverOptOut number
coverImageUrl string
gmbCover string
facebookCover string
coverBusinessInfoLayout string
covidInfo object
bingListing object
internalListing object
facebookListing object
gmbListing object
socialProfileURLs object
isSEOEnabled boolean
externalReferenceId string
customFields object
entityCategory string
View JSON Schema on GitHub

JSON Schema

update-business-request.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/update-business-request.json",
  "title": "Update Business Request",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "alias": {
      "type": "string"
    },
    "isAddressHidden": {
      "type": "number"
    },
    "location": {
      "type": "object",
      "properties": {
        "address1": {
          "type": "string"
        },
        "address2": {
          "type": "string"
        },
        "subLocality": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "countryCode": {
          "type": "string"
        },
        "zip": {
          "type": "string"
        }
      },
      "required": [
        "zip"
      ]
    },
    "emailId": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "fax": {
      "type": "string"
    },
    "websiteUrl": {
      "type": "string"
    },
    "establishedYear": {
      "type": "number"
    },
    "timezone": {
      "type": "string"
    },
    "languages": {
      "type": "array"
    },
    "isServiceAreaProvider": {
      "type": "string"
    },
    "serviceAreas": {
      "type": "array"
    },
    "working24x7": {
      "type": "number"
    },
    "hoursOfOperations": {
      "type": "array"
    },
    "specialHours": {
      "type": "array"
    },
    "businessStatus": {
      "type": "string"
    },
    "reopenDate": {
      "type": "string"
    },
    "services": {
      "type": "string"
    },
    "keywords": {
      "type": "string"
    },
    "products": {
      "type": "string"
    },
    "appointmentLink": {
      "type": "string"
    },
    "reservationLink": {
      "type": "string"
    },
    "menuLink": {
      "type": "string"
    },
    "orderAheadLink": {
      "type": "string"
    },
    "impressum": {
      "type": "string"
    },
    "payment": {
      "type": "string"
    },
    "localPhoneNumber": {
      "type": "string"
    },
    "tollFreePhoneNumber": {
      "type": "string"
    },
    "androidAppURL": {
      "type": "string"
    },
    "iosAppURL": {
      "type": "string"
    },
    "logoUrl": {
      "type": "string"
    },
    "gmbLogoOptOut": {
      "type": "number"
    },
    "fbLogoOptOut": {
      "type": "number"
    },
    "gmbCoverOptOut": {
      "type": "number"
    },
    "fbCoverOptOut": {
      "type": "number"
    },
    "coverImageUrl": {
      "type": "string"
    },
    "gmbCover": {
      "type": "string"
    },
    "facebookCover": {
      "type": "string"
    },
    "coverBusinessInfoLayout": {
      "type": "string"
    },
    "covidInfo": {
      "type": "object",
      "properties": {
        "postDescription": {
          "type": "string"
        },
        "covid19SupportLink": {
          "type": "string"
        },
        "virtualCareLink": {
          "type": "string"
        }
      }
    },
    "bingListing": {
      "type": "object",
      "properties": {
        "primaryCategoryBing": {
          "type": "string"
        },
        "bingPhoneNumber": {
          "type": "string"
        },
        "categories": {
          "type": "string"
        },
        "bingDescription": {
          "type": "string"
        }
      }
    },
    "internalListing": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "category": {
          "type": "string"
        },
        "subcategory": {
          "type": "string"
        },
        "displayCategory": {
          "type": "string"
        }
      },
      "required": [
        "category",
        "subcategory"
      ]
    },
    "facebookListing": {
      "type": "object",
      "properties": {
        "category": {
          "type": "string"
        },
        "facebookDescription": {
          "type": "string"
        },
        "facebookPhoneNumber": {
          "type": "string"
        }
      }
    },
    "gmbListing": {
      "type": "object",
      "properties": {
        "googleWebsiteUrl": {
          "type": "string"
        },
        "googlePhoneNumber": {
          "type": "string"
        },
        "googleStoreId": {
          "type": "string"
        },
        "primaryCategoryGmb": {
          "type": "string"
        },
        "additionalCategory": {
          "type": "string"
        },
        "googleDescription": {
          "type": "string"
        },
        "attributes": {
          "type": "object"
        },
        "foodDelivery": {
          "type": "string"
        },
        "foodTakeout": {
          "type": "string"
        }
      }
    },
    "socialProfileURLs": {
      "type": "object",
      "properties": {
        "facebookUrl": {
          "type": "string"
        },
        "twitterUrl": {
          "type": "string"
        },
        "linkedInUrl": {
          "type": "string"
        },
        "googleUrl": {
          "type": "string"
        },
        "youTubeUrl": {
          "type": "string"
        }
      }
    },
    "isSEOEnabled": {
      "type": "boolean"
    },
    "externalReferenceId": {
      "type": "string"
    },
    "customFields": {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "fieldValue": {
          "type": "string"
        },
        "fieldName": {
          "type": "string"
        },
        "id": {
          "type": "number"
        }
      },
      "required": [
        "fieldName",
        "id"
      ]
    },
    "entityCategory": {
      "type": "string"
    }
  },
  "required": [
    "emailId",
    "phone",
    "services"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/update-business-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.