---
title: "Create a recurring expense"
method: POST
path: "/RecurringExpenses"
tags: ["RecurringExpenses"]
---

# Create a recurring expense

`POST /RecurringExpenses`

## Request body

- CreateRecurringExpenseDto
  - `name` string
  - `amount` union
    - number, double
    - string, double
  - `category` string
  - `frequency` integer — Frequency for recurring expenses.
  - `startDate` string, date
  - `endDate` string, date, nullable
  - `vendorName` string, nullable
  - `description` string, nullable
  - `dayOfMonth` union
    - integer
    - string, int32
  - `dayOfWeek` integer

## Response `201`

Created

- RecurringExpenseDto
  - `id` string
  - `name` string
  - `amount` union
    - number, double
    - string, double
  - `category` string
  - `frequency` integer — Frequency for recurring expenses.
  - `startDate` string, date
  - `endDate` string, date, nullable
  - `vendorName` string, nullable
  - `description` string, nullable
  - `isActive` boolean
  - `dayOfMonth` union
    - integer
    - string, int32
  - `dayOfWeek` integer
  - `createdById` string, nullable
  - `createdByName` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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