---
title: "Submit new expense record/file"
method: POST
path: "/expenses"
tags: ["Invoice+ - Expenses"]
---

# Submit new expense record/file

`POST /expenses`

Create a new expense record with a file attachment.

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

Expense record created successfully.

- object
  - `status` string
  - `details` object
    - `uuid` string
    - `supplier_uuid` string, nullable

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
