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

---

[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/versions/f5f4d893b86b/schema)
