Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -3625,9 +3625,9 @@ Child Businesses API gets all the businesses under an account.
+ state: CA (string) - State (2 character state code).
+ countryCode: US (string) - Country Code (2 character country code).
+ zip: 93422 (required,string) - Zip Code.
+ status: demo (string) - Business status. Valid values are demo, active, inactive. Default is
+ type:Business (string)- Business type. Valid values are "Business, Enterprise-Location, Enterprise-Product, Reseller or a existing custom hierarchy type". Default is:
+ createdOn: Dec 05, 2013 (string) - Business singup date.
+ status: demo (string) - Business status. Valid values are demo, active, inactive. Default is:
+ type: Business (string) - Business type. Valid values are "Business, Enterprise-Location, Enterprise-Product, Reseller or an existing custom hierarchy type". Default is:
+ createdOn: Dec 05, 2013 (string) - Business sign-up date.
+ createdBy: Sam Bilings (string) - Full name of the user who created the business (or location).
+ childCount: 3 (number) - Child account count. note: applicable only for Reseller, Enterprise-Location, Enterprise-Product.

Expand Down Expand Up @@ -4968,7 +4968,7 @@ Get Reviews returns the list of reviews for an account with all its details.
+ sourceType: Direct Feedback (string) - Source of the review if it is an aggregated review.
+ reviewURL: https://www.facebook.com/Imp-Flow-17565744/reviews (string) - Review url
+ reviewDate: Jan 20, 2014 (string) - Review posted date.
+ response: Thanks you for the review (string) - Review response text.
+ response: Thank you for the review (string) - Review response text.
+ responseDate: Jan 20, 2014 (string) - Response date.
+ inlineReplyEnabled: true (boolean) - If true, you can post replies through the dashboard.
+ enableReply: true (boolean) - Whether a review reply is supported via Birdeye API or not.
Expand Down