---
title: "Upsert a funder submission"
method: POST
path: "/api/funder_submissions/"
---

# Upsert a funder submission

`POST /api/funder_submissions/`

Find or create a funder submission for the given end user and funder pair. Returns the existing submission if one already exists (unique per end_user + funder).

## Request body

- UpsertFunderSubmissionRequestSchema
  - `end_user_heron_id` string, required
  - `funder_heron_id` string, required

## Response `200`

Funder submission found or created

- FunderSubmissionSchema
  - `created` string, date-time
  - `end_user_heron_id` string
  - `funder` Funder1
    - `heron_id` string
    - `name` string
  - `heron_id` string
  - `status` unknown
  - `submission_result` object, nullable
  - `submitted_at` string, date-time, nullable

## Other responses

- `404` — End user or funder not found

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
