---
title: "Create request"
method: POST
path: "/v1/Requests"
tags: ["Requests"]
---

# Create request

`POST /v1/Requests`

Create a new request.

## Request body

- RevAppModelsRequest
  - `request_id` integer — Primary identifier for this request. Do not include when creating a new request.
  - `request_status_id` integer, required — Foreign identifier indicating the status of this request. Use the RequestStatuses endpoint to provide the appropriate ID for the request from the list of statuses.
  - `customer_id` integer, required — Foreign identifier indicating the associated account.
  - `assigned_to` integer — Foreign identifier indicating which user this request is assigned.
  - `group_assigned_to` integer — Foreign identifier indicating which user group this request is assigned.
  - `process_id` integer — Foreign identifier indicating which process to follow.
  - `created_date` string, date-time — Date and time this request was created.
  - `status_date` string, date-time — Date and time the status was updated in Rev.io.
  - `created_by` integer — Foreign identifier of user that created this request.
  - `description` string — Free-form text description of the request.
  - `process_phase_id` integer — Foreign identifier indicating which phase of the current process this request is in.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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