---
title: "Create Reimbursement"
method: POST
path: "/reimbursement/{projectId}"
tags: ["reimbursement"]
---

# Create Reimbursement

`POST /reimbursement/{projectId}`

Create a new Reimbursement policy

## Request body

- object — Reimbursement update information
  - `ProjectName` string, required
  - `Beneficiaries` Contact[]
    - `EmailAddress` string
    - `Name` string
  - `Categories` string[], required
  - `EntityType` string
  - `Owner` Contact, required — Contact information
    - `EmailAddress` string
    - `Name` string
  - `ProjectURL` string, required

## Response `200`

OK

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/linuxfoundation/apis/reimbursements-api.md) · [All operations](https://skmtc.net/linuxfoundation/apis/reimbursements-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linuxfoundation/reimbursements-api/versions/7409433339bf/schema)
