> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateTicket

> ABBYY FlexiCapture API の UpdateTicket を使用して、ライセンスチケットのステータスを更新し、更新された TicketInfo オブジェクトを返します。

<div id="what-it-does">
  ## 機能
</div>

ライセンスチケットを更新します。

<div id="definition">
  ## 定義
</div>

```
bool UpdateTicket( int sessionId, int ticketId, out TicketInfo ticketInfo );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**  | **型** | **Description**             |
| --------- | ----- | --------------------------- |
| sessionId | int   | Application Server への接続の ID |
| ticketId  | int   | ライセンス チケットの ID              |

<div id="returned-value">
  ## 戻り値
</div>

| **型**                                                      | **説明**               |
| ---------------------------------------------------------- | -------------------- |
| bool                                                       | チケットが更新されたかどうかを示すフラグ |
| [TicketInfo](/ja/flexi-capture/api/structures/ticket-info) | ライセンス チケット           |
