> Agent-readable docs index: /llms.txt. Fetch only the needed Markdown pages first; use /docs.zip only for broad search after checking /docs-manifest.json or /docs.zip.sha256.

# Treatment Ticket

This is the API related to treatment tickets.

It provides functionality to retrieve treatment ticket bundles for a Client.

<details>
<summary>Key Concepts</summary>
<dl>
<dt>Treatment Ticket</dt>
<dd><strong>Definition:</strong> A unit of entitlement that manages the use of purchased product options for actual treatments.<br /><strong>Description:</strong> It has statuses such as available, used, and cancelled, and is linked to treatment progress.</dd>
<dt>Treatment Ticket Bundle</dt>
<dd><strong>Definition:</strong> A unit that groups multiple treatment tickets generated from the same purchase item.<br /><strong>Description:</strong> When retrieving a Client's available treatment tickets, the product options, purchase information, and individual treatment ticket list are reviewed together.</dd>
<dt>Product Option Link</dt>
<dd><strong>Definition:</strong> Information indicating which product option a treatment ticket was generated from.<br /><strong>Description:</strong> The sales configuration of a treatment ticket can be confirmed through the product name, option name, and promotion information.</dd>
<dt>Medical Service Item</dt>
<dd><strong>Definition:</strong> The standard item of medical care or treatment that can be received with a treatment ticket.<br /><strong>Description:</strong> Used to understand which treatment a treatment ticket is applicable to and to link it with the treatment information in the schedule.</dd>
<dt>Treatment Ticket Status</dt>
<dd><strong>Definition:</strong> A value indicating the current availability of a treatment ticket.<br /><strong>Description:</strong> Status verification is required, as only available treatment tickets can be used for reservations or treatment progress.</dd>
</dl>
</details>


## Endpoints

- [Retrieve available Client treatment ticket bundles](/en/docs/openapi/get-ticket-bundles-query.md): `POST /ticket/open/v1/queries/get-ticket-bundles`
