Booking API - update in a service customer informations

IMMANIVONG Viraxay 1 Reputation point
2022-12-14T11:32:00.49+00:00

In Booking API, in create/update service, I don't see how I can activate customer informations (email, phone number, adress and comment) and define if it's required
https://learn.microsoft.com/en-us/graph/api/bookingservice-update?view=graph-rest-beta&tabs=http

270507-capture-decran-2022-12-14-123049.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,704 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,616 Reputation points
    2022-12-27T00:53:32.727+00:00

    Hello @IMMANIVONG Viraxay ,

    As per my research, Bookings Graph API currently does not support activating customer information.

    However, under “Custom fields” you can use customQuestions property which Contains the set of custom questions associated with a particular service.

    customQuestions has “isRequired” property which Indicates whether it is mandatory to answer the custom question.

    Refer below docs:

    https://learn.microsoft.com/en-us/graph/api/resources/bookingservice?view=graph-rest-1.0

    https://learn.microsoft.com/en-us/graph/api/resources/bookingquestionassignment?view=graph-rest-1.0

    Hope this helps.

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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.