We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to set hours on API: https://developers.birdeye.com/#/reference/business/update/update-business
https://developers.birdeye.com/#/reference/business/update/update-business
You are able to set hours with the following example payload:
{ "day": 0, "startHour": "8:00", "endHour": "5:00", "isOpen": 1, "comment": "This day has sucks and is a case of" },
with the startHour after the endHour
startHour
endHour
This could create syncing issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to set hours on API:
https://developers.birdeye.com/#/reference/business/update/update-business
You are able to set hours with the following example payload:
with the
startHour
after theendHour
This could create syncing issues.
The text was updated successfully, but these errors were encountered: