curl --request PUT \
--url https://api.birdeye.com/resources/v1/business/{businessId} \
--header 'Content-Type: application/json' \
--data '
{
"emailId": "<string>",
"phone": "<string>",
"services": "<string>",
"name": "<string>",
"alias": "<string>",
"isAddressHidden": 123,
"fax": "<string>",
"websiteUrl": "<string>",
"establishedYear": 123,
"timezone": "<string>",
"languages": [
"<unknown>"
],
"isServiceAreaProvider": "<string>",
"serviceAreas": [
"<unknown>"
],
"working24x7": 123,
"hoursOfOperations": [
"<unknown>"
],
"specialHours": [
"<unknown>"
],
"businessStatus": "<string>",
"reopenDate": "<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": 123,
"fbLogoOptOut": 123,
"gmbCoverOptOut": 123,
"fbCoverOptOut": 123,
"coverImageUrl": "<string>",
"gmbCover": "<string>",
"facebookCover": "<string>",
"coverBusinessInfoLayout": "<string>",
"covidInfo": {
"postDescription": "<string>",
"covid19SupportLink": "<string>",
"virtualCareLink": "<string>"
},
"bingListing": {
"primaryCategoryBing": "<string>",
"bingPhoneNumber": "<string>",
"categories": "<string>",
"bingDescription": "<string>"
},
"facebookListing": {
"category": "<string>",
"facebookDescription": "<string>",
"facebookPhoneNumber": "<string>"
},
"gmbListing": {
"googleWebsiteUrl": "<string>",
"googlePhoneNumber": "<string>",
"googleStoreId": "<string>",
"primaryCategoryGmb": "<string>",
"additionalCategory": "<string>",
"googleDescription": "<string>",
"attributes": {},
"foodDelivery": "<string>",
"foodTakeout": "<string>"
},
"socialProfileURLs": {
"facebookUrl": "<string>",
"twitterUrl": "<string>",
"linkedInUrl": "<string>",
"googleUrl": "<string>",
"youTubeUrl": "<string>"
},
"isSEOEnabled": true,
"externalReferenceId": "<string>",
"entityCategory": "<string>"
}
'import requests
url = "https://api.birdeye.com/resources/v1/business/{businessId}"
payload = {
"emailId": "<string>",
"phone": "<string>",
"services": "<string>",
"name": "<string>",
"alias": "<string>",
"isAddressHidden": 123,
"fax": "<string>",
"websiteUrl": "<string>",
"establishedYear": 123,
"timezone": "<string>",
"languages": ["<unknown>"],
"isServiceAreaProvider": "<string>",
"serviceAreas": ["<unknown>"],
"working24x7": 123,
"hoursOfOperations": ["<unknown>"],
"specialHours": ["<unknown>"],
"businessStatus": "<string>",
"reopenDate": "<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": 123,
"fbLogoOptOut": 123,
"gmbCoverOptOut": 123,
"fbCoverOptOut": 123,
"coverImageUrl": "<string>",
"gmbCover": "<string>",
"facebookCover": "<string>",
"coverBusinessInfoLayout": "<string>",
"covidInfo": {
"postDescription": "<string>",
"covid19SupportLink": "<string>",
"virtualCareLink": "<string>"
},
"bingListing": {
"primaryCategoryBing": "<string>",
"bingPhoneNumber": "<string>",
"categories": "<string>",
"bingDescription": "<string>"
},
"facebookListing": {
"category": "<string>",
"facebookDescription": "<string>",
"facebookPhoneNumber": "<string>"
},
"gmbListing": {
"googleWebsiteUrl": "<string>",
"googlePhoneNumber": "<string>",
"googleStoreId": "<string>",
"primaryCategoryGmb": "<string>",
"additionalCategory": "<string>",
"googleDescription": "<string>",
"attributes": {},
"foodDelivery": "<string>",
"foodTakeout": "<string>"
},
"socialProfileURLs": {
"facebookUrl": "<string>",
"twitterUrl": "<string>",
"linkedInUrl": "<string>",
"googleUrl": "<string>",
"youTubeUrl": "<string>"
},
"isSEOEnabled": True,
"externalReferenceId": "<string>",
"entityCategory": "<string>"
}
headers = {"Content-Type": "application/json"}
response = requests.put(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'PUT',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
emailId: '<string>',
phone: '<string>',
services: '<string>',
name: '<string>',
alias: '<string>',
isAddressHidden: 123,
fax: '<string>',
websiteUrl: '<string>',
establishedYear: 123,
timezone: '<string>',
languages: ['<unknown>'],
isServiceAreaProvider: '<string>',
serviceAreas: ['<unknown>'],
working24x7: 123,
hoursOfOperations: ['<unknown>'],
specialHours: ['<unknown>'],
businessStatus: '<string>',
reopenDate: '<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: 123,
fbLogoOptOut: 123,
gmbCoverOptOut: 123,
fbCoverOptOut: 123,
coverImageUrl: '<string>',
gmbCover: '<string>',
facebookCover: '<string>',
coverBusinessInfoLayout: '<string>',
covidInfo: {
postDescription: '<string>',
covid19SupportLink: '<string>',
virtualCareLink: '<string>'
},
bingListing: {
primaryCategoryBing: '<string>',
bingPhoneNumber: '<string>',
categories: '<string>',
bingDescription: '<string>'
},
facebookListing: {
category: '<string>',
facebookDescription: '<string>',
facebookPhoneNumber: '<string>'
},
gmbListing: {
googleWebsiteUrl: '<string>',
googlePhoneNumber: '<string>',
googleStoreId: '<string>',
primaryCategoryGmb: '<string>',
additionalCategory: '<string>',
googleDescription: '<string>',
attributes: {},
foodDelivery: '<string>',
foodTakeout: '<string>'
},
socialProfileURLs: {
facebookUrl: '<string>',
twitterUrl: '<string>',
linkedInUrl: '<string>',
googleUrl: '<string>',
youTubeUrl: '<string>'
},
isSEOEnabled: true,
externalReferenceId: '<string>',
entityCategory: '<string>'
})
};
fetch('https://api.birdeye.com/resources/v1/business/{businessId}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.birdeye.com/resources/v1/business/{businessId}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "PUT",
CURLOPT_POSTFIELDS => json_encode([
'emailId' => '<string>',
'phone' => '<string>',
'services' => '<string>',
'name' => '<string>',
'alias' => '<string>',
'isAddressHidden' => 123,
'fax' => '<string>',
'websiteUrl' => '<string>',
'establishedYear' => 123,
'timezone' => '<string>',
'languages' => [
'<unknown>'
],
'isServiceAreaProvider' => '<string>',
'serviceAreas' => [
'<unknown>'
],
'working24x7' => 123,
'hoursOfOperations' => [
'<unknown>'
],
'specialHours' => [
'<unknown>'
],
'businessStatus' => '<string>',
'reopenDate' => '<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' => 123,
'fbLogoOptOut' => 123,
'gmbCoverOptOut' => 123,
'fbCoverOptOut' => 123,
'coverImageUrl' => '<string>',
'gmbCover' => '<string>',
'facebookCover' => '<string>',
'coverBusinessInfoLayout' => '<string>',
'covidInfo' => [
'postDescription' => '<string>',
'covid19SupportLink' => '<string>',
'virtualCareLink' => '<string>'
],
'bingListing' => [
'primaryCategoryBing' => '<string>',
'bingPhoneNumber' => '<string>',
'categories' => '<string>',
'bingDescription' => '<string>'
],
'facebookListing' => [
'category' => '<string>',
'facebookDescription' => '<string>',
'facebookPhoneNumber' => '<string>'
],
'gmbListing' => [
'googleWebsiteUrl' => '<string>',
'googlePhoneNumber' => '<string>',
'googleStoreId' => '<string>',
'primaryCategoryGmb' => '<string>',
'additionalCategory' => '<string>',
'googleDescription' => '<string>',
'attributes' => [
],
'foodDelivery' => '<string>',
'foodTakeout' => '<string>'
],
'socialProfileURLs' => [
'facebookUrl' => '<string>',
'twitterUrl' => '<string>',
'linkedInUrl' => '<string>',
'googleUrl' => '<string>',
'youTubeUrl' => '<string>'
],
'isSEOEnabled' => true,
'externalReferenceId' => '<string>',
'entityCategory' => '<string>'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.birdeye.com/resources/v1/business/{businessId}"
payload := strings.NewReader("{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}")
req, _ := http.NewRequest("PUT", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.put("https://api.birdeye.com/resources/v1/business/{businessId}")
.header("Content-Type", "application/json")
.body("{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.birdeye.com/resources/v1/business/{businessId}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Put.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}"
response = http.request(request)
puts response.read_body{
"name": "Dieci Lifestyle Spa",
"alias": "Dieci Lifestyle Spa - Livingston, NJ",
"emailId": "4568@livelovespa.com",
"phone": "(973) 716-0101",
"fax": "(973) 716-0102",
"websiteUrl": "http://www.diecispa.com/",
"description": "Specialties\nBridal ServicesMakeup: Makeovers/Lessons/ Faux Lash applicationMassagesFacialsMicrocurrentMicrodermabrasionBody…",
"keywords": "Hair Salons,Day Spas,Beauty Salon,Beauty Salons,Salons,Massage Therapists",
"services": "Beauty Salon, Hair Spa",
"logoUrl": "http://d3cnqzq0ivprch.cloudfront.net/prod/css/images/logo.jpg",
"coverImageUrl": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/spa.jpg",
"gmbCover": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/abcd.jpg",
"facebookCover": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/fb.jpg",
"timezone": "Pacific Standard Time",
"languages": [
"English",
"Spanish"
],
"isServiceAreaProvider": "Yes",
"serviceAreas": [
{
"description": "2390 Boston Street, Seattle, WA, 98109",
"placeId": "ChIJ9YasdSKZs0wRSt--7QSjsd3"
},
{
"description": "400 Boston Street, Seattle, WA, 98109",
"placeId": "ChIJ9aasdAOKZasdaSt--7QsdLja4"
}
],
"payment": "Visa, MasterCard, American Express, Debit Cards, Check",
"hoursOfOperations": [
{
"day": "0",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "1",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "2",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "3",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "4",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "5",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "6",
"isOpen": 0
}
],
"working24x7": 0,
"location": {
"address1": "90 W Mount Pleasant Ave",
"address2": "(btwn Preston Dr. & N. Mitchell Ave.)",
"city": "Livingston",
"state": "NJ",
"zip": 7039,
"countryCode": "US",
"countryName": "United States of America"
},
"categoryList": [
"Hair Salons"
],
"socialProfileURLs": {
"googleUrl": "null",
"facebookUrl": null,
"twitterUrl": null,
"linkedinUrl": null,
"youTubeUrl": null
}
}{
"code": 6001,
"message": "The 'sub_locality' field cannot exceed 80 characters."
}{
"code": 1190,
"message": "Invalid category"
}{
"code": 1175,
"message": "No business found with the given id"
}{
"code": 89,
"message": "Rate limit exceeded"
}Update Business
curl --request PUT \
--url https://api.birdeye.com/resources/v1/business/{businessId} \
--header 'Content-Type: application/json' \
--data '
{
"emailId": "<string>",
"phone": "<string>",
"services": "<string>",
"name": "<string>",
"alias": "<string>",
"isAddressHidden": 123,
"fax": "<string>",
"websiteUrl": "<string>",
"establishedYear": 123,
"timezone": "<string>",
"languages": [
"<unknown>"
],
"isServiceAreaProvider": "<string>",
"serviceAreas": [
"<unknown>"
],
"working24x7": 123,
"hoursOfOperations": [
"<unknown>"
],
"specialHours": [
"<unknown>"
],
"businessStatus": "<string>",
"reopenDate": "<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": 123,
"fbLogoOptOut": 123,
"gmbCoverOptOut": 123,
"fbCoverOptOut": 123,
"coverImageUrl": "<string>",
"gmbCover": "<string>",
"facebookCover": "<string>",
"coverBusinessInfoLayout": "<string>",
"covidInfo": {
"postDescription": "<string>",
"covid19SupportLink": "<string>",
"virtualCareLink": "<string>"
},
"bingListing": {
"primaryCategoryBing": "<string>",
"bingPhoneNumber": "<string>",
"categories": "<string>",
"bingDescription": "<string>"
},
"facebookListing": {
"category": "<string>",
"facebookDescription": "<string>",
"facebookPhoneNumber": "<string>"
},
"gmbListing": {
"googleWebsiteUrl": "<string>",
"googlePhoneNumber": "<string>",
"googleStoreId": "<string>",
"primaryCategoryGmb": "<string>",
"additionalCategory": "<string>",
"googleDescription": "<string>",
"attributes": {},
"foodDelivery": "<string>",
"foodTakeout": "<string>"
},
"socialProfileURLs": {
"facebookUrl": "<string>",
"twitterUrl": "<string>",
"linkedInUrl": "<string>",
"googleUrl": "<string>",
"youTubeUrl": "<string>"
},
"isSEOEnabled": true,
"externalReferenceId": "<string>",
"entityCategory": "<string>"
}
'import requests
url = "https://api.birdeye.com/resources/v1/business/{businessId}"
payload = {
"emailId": "<string>",
"phone": "<string>",
"services": "<string>",
"name": "<string>",
"alias": "<string>",
"isAddressHidden": 123,
"fax": "<string>",
"websiteUrl": "<string>",
"establishedYear": 123,
"timezone": "<string>",
"languages": ["<unknown>"],
"isServiceAreaProvider": "<string>",
"serviceAreas": ["<unknown>"],
"working24x7": 123,
"hoursOfOperations": ["<unknown>"],
"specialHours": ["<unknown>"],
"businessStatus": "<string>",
"reopenDate": "<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": 123,
"fbLogoOptOut": 123,
"gmbCoverOptOut": 123,
"fbCoverOptOut": 123,
"coverImageUrl": "<string>",
"gmbCover": "<string>",
"facebookCover": "<string>",
"coverBusinessInfoLayout": "<string>",
"covidInfo": {
"postDescription": "<string>",
"covid19SupportLink": "<string>",
"virtualCareLink": "<string>"
},
"bingListing": {
"primaryCategoryBing": "<string>",
"bingPhoneNumber": "<string>",
"categories": "<string>",
"bingDescription": "<string>"
},
"facebookListing": {
"category": "<string>",
"facebookDescription": "<string>",
"facebookPhoneNumber": "<string>"
},
"gmbListing": {
"googleWebsiteUrl": "<string>",
"googlePhoneNumber": "<string>",
"googleStoreId": "<string>",
"primaryCategoryGmb": "<string>",
"additionalCategory": "<string>",
"googleDescription": "<string>",
"attributes": {},
"foodDelivery": "<string>",
"foodTakeout": "<string>"
},
"socialProfileURLs": {
"facebookUrl": "<string>",
"twitterUrl": "<string>",
"linkedInUrl": "<string>",
"googleUrl": "<string>",
"youTubeUrl": "<string>"
},
"isSEOEnabled": True,
"externalReferenceId": "<string>",
"entityCategory": "<string>"
}
headers = {"Content-Type": "application/json"}
response = requests.put(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'PUT',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
emailId: '<string>',
phone: '<string>',
services: '<string>',
name: '<string>',
alias: '<string>',
isAddressHidden: 123,
fax: '<string>',
websiteUrl: '<string>',
establishedYear: 123,
timezone: '<string>',
languages: ['<unknown>'],
isServiceAreaProvider: '<string>',
serviceAreas: ['<unknown>'],
working24x7: 123,
hoursOfOperations: ['<unknown>'],
specialHours: ['<unknown>'],
businessStatus: '<string>',
reopenDate: '<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: 123,
fbLogoOptOut: 123,
gmbCoverOptOut: 123,
fbCoverOptOut: 123,
coverImageUrl: '<string>',
gmbCover: '<string>',
facebookCover: '<string>',
coverBusinessInfoLayout: '<string>',
covidInfo: {
postDescription: '<string>',
covid19SupportLink: '<string>',
virtualCareLink: '<string>'
},
bingListing: {
primaryCategoryBing: '<string>',
bingPhoneNumber: '<string>',
categories: '<string>',
bingDescription: '<string>'
},
facebookListing: {
category: '<string>',
facebookDescription: '<string>',
facebookPhoneNumber: '<string>'
},
gmbListing: {
googleWebsiteUrl: '<string>',
googlePhoneNumber: '<string>',
googleStoreId: '<string>',
primaryCategoryGmb: '<string>',
additionalCategory: '<string>',
googleDescription: '<string>',
attributes: {},
foodDelivery: '<string>',
foodTakeout: '<string>'
},
socialProfileURLs: {
facebookUrl: '<string>',
twitterUrl: '<string>',
linkedInUrl: '<string>',
googleUrl: '<string>',
youTubeUrl: '<string>'
},
isSEOEnabled: true,
externalReferenceId: '<string>',
entityCategory: '<string>'
})
};
fetch('https://api.birdeye.com/resources/v1/business/{businessId}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.birdeye.com/resources/v1/business/{businessId}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "PUT",
CURLOPT_POSTFIELDS => json_encode([
'emailId' => '<string>',
'phone' => '<string>',
'services' => '<string>',
'name' => '<string>',
'alias' => '<string>',
'isAddressHidden' => 123,
'fax' => '<string>',
'websiteUrl' => '<string>',
'establishedYear' => 123,
'timezone' => '<string>',
'languages' => [
'<unknown>'
],
'isServiceAreaProvider' => '<string>',
'serviceAreas' => [
'<unknown>'
],
'working24x7' => 123,
'hoursOfOperations' => [
'<unknown>'
],
'specialHours' => [
'<unknown>'
],
'businessStatus' => '<string>',
'reopenDate' => '<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' => 123,
'fbLogoOptOut' => 123,
'gmbCoverOptOut' => 123,
'fbCoverOptOut' => 123,
'coverImageUrl' => '<string>',
'gmbCover' => '<string>',
'facebookCover' => '<string>',
'coverBusinessInfoLayout' => '<string>',
'covidInfo' => [
'postDescription' => '<string>',
'covid19SupportLink' => '<string>',
'virtualCareLink' => '<string>'
],
'bingListing' => [
'primaryCategoryBing' => '<string>',
'bingPhoneNumber' => '<string>',
'categories' => '<string>',
'bingDescription' => '<string>'
],
'facebookListing' => [
'category' => '<string>',
'facebookDescription' => '<string>',
'facebookPhoneNumber' => '<string>'
],
'gmbListing' => [
'googleWebsiteUrl' => '<string>',
'googlePhoneNumber' => '<string>',
'googleStoreId' => '<string>',
'primaryCategoryGmb' => '<string>',
'additionalCategory' => '<string>',
'googleDescription' => '<string>',
'attributes' => [
],
'foodDelivery' => '<string>',
'foodTakeout' => '<string>'
],
'socialProfileURLs' => [
'facebookUrl' => '<string>',
'twitterUrl' => '<string>',
'linkedInUrl' => '<string>',
'googleUrl' => '<string>',
'youTubeUrl' => '<string>'
],
'isSEOEnabled' => true,
'externalReferenceId' => '<string>',
'entityCategory' => '<string>'
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://api.birdeye.com/resources/v1/business/{businessId}"
payload := strings.NewReader("{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}")
req, _ := http.NewRequest("PUT", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.put("https://api.birdeye.com/resources/v1/business/{businessId}")
.header("Content-Type", "application/json")
.body("{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.birdeye.com/resources/v1/business/{businessId}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Put.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"emailId\": \"<string>\",\n \"phone\": \"<string>\",\n \"services\": \"<string>\",\n \"name\": \"<string>\",\n \"alias\": \"<string>\",\n \"isAddressHidden\": 123,\n \"fax\": \"<string>\",\n \"websiteUrl\": \"<string>\",\n \"establishedYear\": 123,\n \"timezone\": \"<string>\",\n \"languages\": [\n \"<unknown>\"\n ],\n \"isServiceAreaProvider\": \"<string>\",\n \"serviceAreas\": [\n \"<unknown>\"\n ],\n \"working24x7\": 123,\n \"hoursOfOperations\": [\n \"<unknown>\"\n ],\n \"specialHours\": [\n \"<unknown>\"\n ],\n \"businessStatus\": \"<string>\",\n \"reopenDate\": \"<string>\",\n \"keywords\": \"<string>\",\n \"products\": \"<string>\",\n \"appointmentLink\": \"<string>\",\n \"reservationLink\": \"<string>\",\n \"menuLink\": \"<string>\",\n \"orderAheadLink\": \"<string>\",\n \"impressum\": \"<string>\",\n \"payment\": \"<string>\",\n \"localPhoneNumber\": \"<string>\",\n \"tollFreePhoneNumber\": \"<string>\",\n \"androidAppURL\": \"<string>\",\n \"iosAppURL\": \"<string>\",\n \"logoUrl\": \"<string>\",\n \"gmbLogoOptOut\": 123,\n \"fbLogoOptOut\": 123,\n \"gmbCoverOptOut\": 123,\n \"fbCoverOptOut\": 123,\n \"coverImageUrl\": \"<string>\",\n \"gmbCover\": \"<string>\",\n \"facebookCover\": \"<string>\",\n \"coverBusinessInfoLayout\": \"<string>\",\n \"covidInfo\": {\n \"postDescription\": \"<string>\",\n \"covid19SupportLink\": \"<string>\",\n \"virtualCareLink\": \"<string>\"\n },\n \"bingListing\": {\n \"primaryCategoryBing\": \"<string>\",\n \"bingPhoneNumber\": \"<string>\",\n \"categories\": \"<string>\",\n \"bingDescription\": \"<string>\"\n },\n \"facebookListing\": {\n \"category\": \"<string>\",\n \"facebookDescription\": \"<string>\",\n \"facebookPhoneNumber\": \"<string>\"\n },\n \"gmbListing\": {\n \"googleWebsiteUrl\": \"<string>\",\n \"googlePhoneNumber\": \"<string>\",\n \"googleStoreId\": \"<string>\",\n \"primaryCategoryGmb\": \"<string>\",\n \"additionalCategory\": \"<string>\",\n \"googleDescription\": \"<string>\",\n \"attributes\": {},\n \"foodDelivery\": \"<string>\",\n \"foodTakeout\": \"<string>\"\n },\n \"socialProfileURLs\": {\n \"facebookUrl\": \"<string>\",\n \"twitterUrl\": \"<string>\",\n \"linkedInUrl\": \"<string>\",\n \"googleUrl\": \"<string>\",\n \"youTubeUrl\": \"<string>\"\n },\n \"isSEOEnabled\": true,\n \"externalReferenceId\": \"<string>\",\n \"entityCategory\": \"<string>\"\n}"
response = http.request(request)
puts response.read_body{
"name": "Dieci Lifestyle Spa",
"alias": "Dieci Lifestyle Spa - Livingston, NJ",
"emailId": "4568@livelovespa.com",
"phone": "(973) 716-0101",
"fax": "(973) 716-0102",
"websiteUrl": "http://www.diecispa.com/",
"description": "Specialties\nBridal ServicesMakeup: Makeovers/Lessons/ Faux Lash applicationMassagesFacialsMicrocurrentMicrodermabrasionBody…",
"keywords": "Hair Salons,Day Spas,Beauty Salon,Beauty Salons,Salons,Massage Therapists",
"services": "Beauty Salon, Hair Spa",
"logoUrl": "http://d3cnqzq0ivprch.cloudfront.net/prod/css/images/logo.jpg",
"coverImageUrl": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/spa.jpg",
"gmbCover": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/abcd.jpg",
"facebookCover": "http://d3cnqzq0ivprch.cloudfront.net/common/css/images/profile/fb.jpg",
"timezone": "Pacific Standard Time",
"languages": [
"English",
"Spanish"
],
"isServiceAreaProvider": "Yes",
"serviceAreas": [
{
"description": "2390 Boston Street, Seattle, WA, 98109",
"placeId": "ChIJ9YasdSKZs0wRSt--7QSjsd3"
},
{
"description": "400 Boston Street, Seattle, WA, 98109",
"placeId": "ChIJ9aasdAOKZasdaSt--7QsdLja4"
}
],
"payment": "Visa, MasterCard, American Express, Debit Cards, Check",
"hoursOfOperations": [
{
"day": "0",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "1",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "2",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "3",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "4",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "5",
"isOpen": 1,
"workingHours": [
{
"startHour": "09:00",
"endHour": "13:30"
},
{
"startHour": "14:30",
"endHour": "19:00"
}
],
"comment": ""
},
{
"day": "6",
"isOpen": 0
}
],
"working24x7": 0,
"location": {
"address1": "90 W Mount Pleasant Ave",
"address2": "(btwn Preston Dr. & N. Mitchell Ave.)",
"city": "Livingston",
"state": "NJ",
"zip": 7039,
"countryCode": "US",
"countryName": "United States of America"
},
"categoryList": [
"Hair Salons"
],
"socialProfileURLs": {
"googleUrl": "null",
"facebookUrl": null,
"twitterUrl": null,
"linkedinUrl": null,
"youTubeUrl": null
}
}{
"code": 6001,
"message": "The 'sub_locality' field cannot exceed 80 characters."
}{
"code": 1190,
"message": "Invalid category"
}{
"code": 1175,
"message": "No business found with the given id"
}{
"code": 89,
"message": "Rate limit exceeded"
}Headers
e.g. application/json
e.g. [Required] Partner specific API key provided by Birdeye for data exchange.
Path Parameters
The Business Number
Body
Business Email ID.
Business Phone (Required) Format is (xxx) xxx-xxxx.
Services (Comma separated list of services offered; used for SEO).
Name of the Business/Product (Max 250 character long).
Alias, Your internal way of identifying this location.
If your business doesn’t have a place for your customers to visit, then you can hide your street address. 1 -> hide, 0 -> unhide (Note that this isn’t supported by all sites).
Business address
Show child attributes
Show child attributes
Fax number Format is (xxx) xxx-xxxx.
Business website url.
Year established
Timezone of the business.
Language.
To select whether the business is Service Area Business Type. Default value is : No.
Possible values are:
Yes
No
Service Area information. You can enter upto 10 service area addresses in one request
Whether business is 24x7 open or not (0-false, 1-true).
Working hours of business for each day.
Special hours of business.
The business status on the listing page can be set to Open, Temporarily Closed, Permanently Closed, or Opening Soon. A Reopen Date is mandatory for 'Temporarily Closed' and 'Opening Soon' statuses, while optional for 'Open'.
Reopen Date is required for the 'Temporarily Closed' and 'Opening Soon' statuses, and optional for 'Open.' The date must be in the 'MM/dd/yyyy' format.
Keywords about the business. Useful in SEO. Business keyword cannot be more than 1000 characters.
Let customers book appointments by redirecting them to your appointments page.
Let customers reserve tables by linking them to your reservations page.
Show customers what you serve by linking them to your menu.
Let customers place delivery and pick-up orders by linking them to your ordering page.
In certain countries (like Austria, Germany and Switzerland), businesses may be required by law to include a statement of ownership on their web presence.
Payment Type (Max 250 character long).
Local phone number.
Tollfree number.
Android app url.
IOS app url.
prod.s3.amazonaws.com/669029760/Logo 180 X 121.png (string) - Logo Image. Minimum 250 x 250px. Recommended: 720 X 720 px. 10 KB min.
Update profile photo on your google my business page. (1-false,0-true).
Update profile photo on your facebook profile. (1-false,0-true).
Update cover photo on your google my business page. (1-false,0-true).
Update cover photo on your facebook profile. (1-false,0-true).
Cover image URL for business displayed on custom review site. Format: JPG, JPEG, PNG. Minimum 1296 x 367px.
Google Cover Image Url.
Facebook Cover Image Url.
Show on your Birdeye profile. Possible value will be
In grid cover image, business info overlay
In grid cover image, business info below
Full width cover image, business info overlay
Full width cover image, business info below
Google map view, business info overlay
Provide covid related update in.
Show child attributes
Show child attributes
Provide bing data for listing purpose.
Show child attributes
Show child attributes
Provide data for microsite listing purpose.
Show child attributes
Show child attributes
Provide data for facebook listing purpose.
Show child attributes
Show child attributes
Provide data for gmb listing purpose.
Show child attributes
Show child attributes
Profile URLs for business on top rated social sites
Show child attributes
Show child attributes
Enable/Disbale search engine indexing of business profile. Valid values are "true","false". Default is "true".
It should be a unique value for location identifier.
Custom Field To be Updated
Show child attributes
Show child attributes
Specifies the category of the business entity being created or updated. Valid values are:
physical_location,provider. physical_location represents a physical office, branch, or storefront location. provider represents an individual practitioner or provider (e.g. doctor, dentist, loan officer) operating within one or more physical locations. If entityCategory is not provided, the entity is created as physical_location by default.
Response
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes

