Replies: 1 comment 1 reply
-
Thanks for raising this @Loca99 As this is API related, we may not be best placed to answer this as this repo is mainly intended for SDK related questions. Any chance you can post the same question at the link below as well? https://aka.ms/askGraph |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
the API Get Booking Customer:
await graphClient.Solutions.BookingBusinesses[bookingBusinessId].Customers.GetAsync();
return customers with Id with this structure AAQkAGZjYzBkNjI4LTVkYTctNGY1NS05ZGM2LTIwMjE3MzNhNjUxMgAQAIlE7scJWEFBrmvpbJ
According to the documentation, it should be a Guid.
The POST API also does not return a Guid id and at the moment it seems impossible to retrieve the Id.
I am currently using release 5.54.0
Does anyone know anything?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions