---
title: "Take action on task"
method: PUT
path: "/v1/Tasks/{id}/action"
tags: ["Tasks"]
---

# Take action on task

`PUT /v1/Tasks/{id}/action`

Perform an action on a task.

## Path parameters

- `id` integer, required

## Request body

- RevAppUpdateModelsProgressTask
  - `action` 'COMPLETE' | 'INCOMPLETE' | 'CANCEL' | 'UNCANCEL' | 'CANCEL_FUTURE_OCCURRENCES' — Action to perform on task.
  - `message` string — Updates task message on complete and cancel actions.
  - `order_effective_date` string, date-time — Effective date and time for an associated order.

## Response `200`

OK

- V1TasksIdActionPut200ApplicationJsonResponse

---

[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)
