Mermaid support Demo
1.0

Base URL
https://example.com/api/v1

This is an example of how using Mermaid can help you add context to your documentation. You can see our dedicated help center section here.

This is version 1.0 of this API documentation. Last update on Jan 23, 2025.



Fetch detailed information from an existing booking

GET /booking/{id}

Technical flow

CUSTOMERDELIVERY-ADDRESSORDERINVOICEORDER-ITEMPRODUCT-CATEGORYPRODUCThasplacesliable forreceivescoversincludescontainsordered in

Path parameters

  • id string Required

    UUID of an existing booking from which to fetch diff details

Responses

  • 201 application/json

    Booking successfully retrieved

    Hide response attribute Show response attribute object
    • id string

      Unique id of your booking

GET /booking/{id}
curl \
 --request GET 'https://example.com/api/v1/booking/{id}'
Response examples (201)
{
  "id": "d6f00a51-a175-4a44-a0c7-df62a48548ca"
}