---
title: "Import new submittals"
method: POST
path: "/api/v3/projects/{project_id}/submittals/batch_import"
tags: ["submittals"]
---

# Import new submittals

`POST /api/v3/projects/{project_id}/submittals/batch_import`

## Path parameters

- `project_id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- SubmittalBatchImportInputSchema — Input needed for batch import of Submittals.
  - `submittals_data` SubmittalImportInput[], required — List of user ids associated with the watchers to be created/added.
    - `name` string, required — Submittal name.
    - `description` string, nullable — Submittal description.
    - `specification` string, nullable — Submittal spec number.
    - `type` string, nullable — Submittal type.

## Response `201`

Successful response

## Other responses

- `422` — Unsuccessful response: Submittal name is required

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
