500 Internal Server Error on https://graph.microsoft.com/v1.0/solutions/bookingBusinesses

Eugene Kizimenko 0 Reputation points
2024-01-25T15:23:46.5633333+00:00

[2024-01-18 05:22:55] stage.INFO: CreateBookingBusinessesJob , coach autotestsseekingsimple+zggnkwv7ppy9g3b@gmail.com exception: Server error: POST https://graph.microsoft.com/v1.0/solutions/bookingBusinesses resulted in a 500 Internal Server Error response: {"error":{"code":"UnknownError","message":"","innerError":{"date":"2024-01-18T05:22:55","request-id":"22a5b385-14cf-4886-acaf-60ad87ea5243","client-request-id":"22a5b385-14cf-4886-acaf-60ad87ea5243"}}}

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,099 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,091 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sourabh Gupta 800 Reputation points Microsoft Vendor
    2024-01-27T13:36:01.2366667+00:00

    Hi @Eugene Kizimenko , Thanks for reaching out. Looks like you are using Application Permissions to create a booking appointment, if you create a custom app using application permissions, you must follow the Business rules validation.
    If the request payload with not in line with the business rules, Graph throws 500 - UnknownError.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

  2. Saravanan Ganesan 1,825 Reputation points MVP
    2024-01-28T16:20:02.5666667+00:00

    Hi Eugene, The system encountered an error while attempting to create a booking business through the CreateBookingBusinessesJob with the email address autotestsseekingsimple+zggnkwv7ppy9g3b@gmail.com. The error is related to a server issue (HTTP 500 Internal Server Error) when making a POST request to the Microsoft Graph API endpoint (https://graph.microsoft.com/v1.0/solutions/bookingBusinesses). The response includes an "UnknownError" with no specific message. Further investigation and potential debugging are needed to resolve the issue. Regards, Saravanan Ganesan