New Example: Booking List

Hi Zvi and thanks for the response.

My issue is I don’t know how to create the URL for a particular booking to reschedule it.

The page of customer bookings in the member area (that list with two tabs: upcoming and history) contains for every booking links to reschedule and cancel because they are part of the Wix Booking component.

What I did was hide the default page (that one from above) created when installing the Wix Bookings application and create a new one.

I have my custom application in Wix Developers - My Apps. The application is integrated with the Wix by the REST API and has the page component which underhood fetches booking for a particular customer (that one logged-in member area) and display them like the original component of the Wix Bookings except the links to reschedule and cancel.

For example, when I fetched the list of services by REST API (POST www.wixapis. com/bookings/v1/catalog/services/query), I got services with URLs of “servicePageUrl” and “bookingPageUrl”, so it allows me to add links to these pages where I will need it.

Querying REST API (POST www.wixapis. com/bookings/v1/bookings/query) for bookings I don’t get such URLs as for services, so I can not generate a button that redirects users to a page where they can reschedule the booking.

Here is my email: rob.wachal @ gmail .com if you would like to respond.