---
title: "Processes a request task action"
method: POST
path: "/v1.0/tasks/actions"
tags: ["Tasks"]
---

# Processes a request task action

`POST /v1.0/tasks/actions`

## Request body

- RequestTaskActionProcessDTO — The request task action body
  - `requestTaskActionType` string, required
  - `requestTaskActionPayload` RequestTaskActionPayload, required
    - `payloadType` string
  - `requestTaskId` integer, required

## Response `200`

OK

- RequestTaskPayload
  - `payloadType` string
  - `sendEmailNotification` boolean

## Other responses

- `204` — No Content
- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed FORM1002 | Attachment not found REQUEST_TASK_ACTION1000 | Request task action cannot proceed REQUEST_TASK_ACTION1001 | User is not the assignee of the request task ACCOUNT1000 | User account does not belong to legal entity ACCOUNT1001 | Account name already exists for the user ACCOUNT1002 | Legal entity name already exists for the user ACCOUNT1009 | Account status is not valid ACCOUNT1015 | Aviation Account location doesn't exist PERMIT1001 | Permit is in invalid state PERMIT1002 | Invalid Permit review PERMIT1003 | Invalid Permit PERMIT1004 | Invalid Permit Variation Review PERMITSURRENDER1001 | Invalid Permit surrender
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 15 revisions in range; 1 could not be searched.

- **2025-04-08** `dd45a3bdf3cd` — 2 info
  - added the media type `*/*` for the response with the status `204`
  - added the success response with the status `200`
- **2024-10-21** `a06468704cbe` — 14 breaking, 2 info
  - removed the enum value `PAYMENT_CANCEL` of the request property `requestTaskActionType`
  - removed the enum value `PAYMENT_MARK_AS_PAID` of the request property `requestTaskActionType`
  - removed the enum value `PAYMENT_MARK_AS_RECEIVED` of the request property `requestTaskActionType`
  - removed the enum value `PAYMENT_PAY_BY_CARD` of the request property `requestTaskActionType`
  - …12 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/tasks/actions/post.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
