# Get an invoice by booking id **GET /api/Bookings/{id}/invoice** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **id** (string(uuid)) The booking id ## Responses ### 200 Returns the invoice with the given id #### Body: application/json (object) - **confirmationId** (string(uuid)) - **totalPrice** (number(double)) - **totalPriceAfterDiscount** (number(double)) - **rooms** (array[object] | null) - **hotel** (object) - **guestId** (string(uuid)) - **guestFullName** (string | null) - **checkInDate** (string(date)) - **checkOutDate** (string(date)) - **numberOfAdults** (integer(int32)) - **numberOfChildren** (integer(int32)) - **Additional properties are NOT allowed** () ### 404 If there is no booking related to the given id [Powered by Bump.sh](https://bump.sh)