Skip to content
New issue

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

Bookings customer phone breaking change #14

Closed
jcfetzer opened this issue Apr 1, 2019 · 1 comment
Closed

Bookings customer phone breaking change #14

jcfetzer opened this issue Apr 1, 2019 · 1 comment

Comments

@jcfetzer
Copy link

jcfetzer commented Apr 1, 2019

Hi, it appears that a change has occurred in the graph api for the bookings customer phone. For the past year the following returned a valid phone number.

id eq 'String {ccb88e73-951a-4b10-bb49-e6628b8d8494} Name BookingItemCustomerPhone')

I am now seeing the result returned with "undefined" preceding the phone number. I believe this is due to the country code being added in the Bookings UI. Now I see this returned (see the value):

            {
                "id": "String {ccb88e73-951a-4b10-bb49-e6628b8d8494} Name BookingItemCustomerPhone",
                "value": "undefined3146318700"
            }

Can you please advise on how to properly request/process the phone number now?

Thanks,
Jerry

Originally posted by @jcfetzer in #7 (comment)

@fpintos
Copy link
Member

fpintos commented Nov 6, 2022

I suggest using https://developer.microsoft.com/en-us/graph/support to submit questions and feature requests. Thanks.

@fpintos fpintos closed this as completed Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants