---
title: "This endpoint creates a new ImportSchedule"
method: POST
path: "/plannings/imports"
tags: ["Data Flow"]
---

# This endpoint creates a new ImportSchedule

`POST /plannings/imports`

Creates a ImportSchedule resource.

## Request body

- ImportScheduleImportScheduleInputScheduleInputCreateImportScheduleInputCreate
  - `import` string[]
  - `name` string
  - `description` string, nullable
  - `cronExpression` string — This should be a cron expression based on Quartz cron format
  - `timezone` string — This should be a valid timezone
  - `status` string

## Response `201`

ImportSchedule resource created

- ImportScheduleImportScheduleOutputScheduleOutput
  - `import` object
  - `name` string
  - `description` string, nullable
  - `cronExpression` string
  - `timezone` string
  - `status` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `updatedBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `id` string

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
