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

---

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