---
title: "Creates an Invoice Schedule"
method: POST
path: "/schedules"
tags: ["Schedule"]
---

# Creates an Invoice Schedule

`POST /schedules`

Required permission: Recurring Invoices - New

## Request body

- object
  - `customer_id` integer
  - `email_customer` boolean
  - `frequency` 'Daily' | 'Monthly' | 'Weekly' | 'Biweekly' | 'Quarterly' | 'Semi-Annually' | 'Annually' | 'Biennially' | 'Triennially'
  - `name` string
  - `next_run` string, date
  - `snail_mail` boolean
  - `charge_mop` boolean
  - `invoice_unbilled_ticket_charges` boolean
  - `paused` boolean

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
