---
title: "Create work request"
method: POST
path: "/workrequests"
tags: ["Work Requests"]
---

# Create work request

`POST /workrequests`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `description` string, nullable
  - `priority` 'NONE' | 'LOW' | 'MEDIUM' | 'HIGH'
  - `title` string, required
  - `assetId` number, nullable
  - `locationId` number, nullable
  - `extraFields` object — Custom Fields on the entity. The object keys are the exact Custom Field labels, including spaces or special characters. (ie: "Request Type")
  - `approverTeamId` number, nullable — ID of the team that is reponsible for approving the request.
  - `creatorContactInfo` string, nullable — The creator's contact information associated with this work order request. Possible types are `EMAIL`, `PHONE`, and `OTHER`, which will be inferred from the string provided

## Response `200`

Successfully created work request

- object
  - `id` number, required — Global ID of the work request

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token

---

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