Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Confirm POST {baseUrl}/queues/{queueId}/reservations/{reservationId}/confirm

This endpoint confirms a previously created time slot reservation and turn the reservation , transforming it into a valid booking.Auth:

Authentication

  • ApiKey header (

...

  • organizational key) is required.

Request:

Code Block
curl --location --request POST 'https://ombori-queue-qa.azure-api.net/api/organizations/{organizationName{baseUrl}/queues/{queueId}/reservations/{reservationId}/confirm' \
--header 'Content-Type: application/json' \
--header 'ApiKey: XYZ'

...