Create Expenses
POST/expenses
Creates the expense rows for the household from the request body.
Request
Responses
- 201
- 400
- 401
- 429
- 500
Expenses created successfully.
Invalid request (including the case where expenses already exist for this household — use PATCH to update existing values).
Unauthorized.
Too many requests.
Internal server error.