From 56dad451c54594e99ebd96e99ec0a2927199c3cc Mon Sep 17 00:00:00 2001 From: SambhavBirdeye Date: Mon, 18 May 2026 18:47:54 +0530 Subject: [PATCH 1/3] BIRD-200632 --- apiary.apib | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apiary.apib b/apiary.apib index f5ec938..e35c172 100644 --- a/apiary.apib +++ b/apiary.apib @@ -2453,6 +2453,7 @@ Create a business API creates a new business under a reseller. "zip": 32323, "type": "Business", "phone": "4032365164", + "entityCategory": "physical_location" "countryCode": "US" "aggrOptions" : 1 } @@ -2468,6 +2469,11 @@ Create a business API creates a new business under a reseller. Reseller or a existing custom hierarchy type. Default is: Business. + phone: 4032365164 (required,number)- Phone number of the Business. + + entityCategory: physical_location (string) - 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. + countryCode: AU (string) - This field is mandatory for non US locations. + aggrOptions:1 (number)- Aggregation Options to enable/disable aggregations. Possible values are [0,1] 0 to Disable Search Business From c6b96b1415e183b6a9d6f97ddcfd441f3aaf4f04 Mon Sep 17 00:00:00 2001 From: SambhavBirdeye Date: Tue, 19 May 2026 01:11:23 +0530 Subject: [PATCH 2/3] BIRD-200632 --- apiary.apib | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index e35c172..204fcaf 100644 --- a/apiary.apib +++ b/apiary.apib @@ -3097,7 +3097,11 @@ Update Business API updates business information. + fieldValue: GR (string)- Custom field value. + fieldName: colours (required,string)-Name of custom field (Make sure to enter the same fieldName or else the new field will be created). + id: 376 (required,number)- fieldId of the custom field created earlier. - + + entityCategory: physical_location (string) - 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. + Body { @@ -3352,6 +3356,7 @@ Update Business API updates business information. "bbbUrl": null }, "isSEOEnabled": "false", + "entityCategory": "physical_location", "externalReferenceId" : "", "customFields": [ { From deb08219b496704b4d869c9c616fc7f8cc1fca57 Mon Sep 17 00:00:00 2001 From: SambhavBirdeye Date: Tue, 19 May 2026 01:13:15 +0530 Subject: [PATCH 3/3] BIRD-200632 --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 204fcaf..85d0e23 100644 --- a/apiary.apib +++ b/apiary.apib @@ -2453,8 +2453,8 @@ Create a business API creates a new business under a reseller. "zip": 32323, "type": "Business", "phone": "4032365164", - "entityCategory": "physical_location" - "countryCode": "US" + "entityCategory": "physical_location", + "countryCode": "US", "aggrOptions" : 1 }