# Test use cases

| **Test Case**         | **Title**                            | **Description**                                         |
| --------------------- | ------------------------------------ | ------------------------------------------------------- |
| TC1                   | Create A New Booking                 | Create a new booking of 1 Room, 1 Rate and 1 day        |
| TC2                   | Modify the Booking                   | Create a modification of the existing booking           |
| TC3                   | Cancel the Booking                   | Create a cancellation of the existing booking           |
| TC4                   | SpecialRequest and Comment           | Create a new booking with special requests and comments |
| <p>TC5  </p><p>  </p> | Credit Card Detail                   | Create a new booking with Credit Card details           |
| TC6                   | <p>TravelAgent  </p><p>Profile  </p> | Create a new booking with travel agent details          |
| TC7                   | <p>Company  </p><p>Profile  </p>     | Create a new booking with company profile               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.rategain.com/our-products/channel-manager/direct-connect-demand-push/interface-specifications-reservation-notification-service/operation-reservation/test-use-cases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
