---
title: "Choose the next process phase route for an existing ticket"
method: PUT
path: "/v1/Tickets/ChooseRoute"
tags: ["Tickets"]
---

# Choose the next process phase route for an existing ticket

`PUT /v1/Tickets/ChooseRoute`

Choose the next process phase route for an existing ticket

## Request body

- RevAppModelsTicketProcessRouteAdvancement
  - `ticket_id` integer — Identifier for the ticket that contains the process.
  - `next_process_route_id` integer — Identifier indicating the next route for the process.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- V1TicketsChooseRoutePut200ApplicationJsonResponse

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
