---
title: "Processes a request create action"
method: POST
path: "/v1.0/requests"
tags: ["Requests"]
---

# Processes a request create action

`POST /v1.0/requests`

## Query parameters

- `resourceId` string

## Request body

- RequestCreateActionProcessDTO — The request create action body
  - `requestType` string, required
  - `requestCreateActionPayload` RequestCreateActionPayload, required
    - `payloadType` string

## Response `200`

OK

- RequestCreateActionProcessResponseDTO
  - `requestId` string

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed REQUEST_CREATE_ACTION1000 | Request create action not allowed ACCOUNT1000 | User account does not belong to legal entity ACCOUNT1002 | Legal entity name already exists for the user
- `404` — Not Found
- `500` — Internal Server Error

## Changes

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

- **2025-04-08** `dd45a3bdf3cd` — 1 warning, 1 info
  - deleted the `query` request parameter `accountId`
  - added the new optional `query` request parameter `resourceId`
- **2024-10-21** `a06468704cbe` — 3 breaking, 1 warning, 2 info
  - added the new required request property `requestType`
  - removed `#/components/schemas/ReportRelatedRequestCreateActionPayload, #/components/schemas/RequestCreateActionEmptyPayload` from the `requestCreateActionPayload` request property `oneOf` list
  - the `requestCreateActionPayload` request property type/format changed from ``/`` to `object`/``
  - removed the request property `requestCreateActionType`
  - …2 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/requests/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)
