---
title: "Post Monitoring Submission"
method: POST
path: "/monitoring_submissions"
---

# Post Monitoring Submission

`POST /monitoring_submissions`

Creates a monitoring submission for one or more project monitoring requirements.

The submission is associated with a previously uploaded source document (see [Post Source](/mrv/post-source)).
One source may be used to create multiple submissions.

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Request body

- CreateMonitoringSubmissionRequest
  - `source_id` string, required — The Isometric ID of the source that the submission is for.
  - `monitoring_requirement_ids` string[], required — The Isometric IDs of the monitoring requirements that the submission is for.
  - `valid_from` string, date-time, required — Signifies the start of the period that the submission is valid for.
  - `valid_to` string, date-time, required — Signifies the end of the period that the submission is valid for.
  - `supplier_reference_id` string, nullable — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `notes` string, nullable — Free-text notes for the monitoring submission. Must be at most 300 characters long.

## Response `200`

Successful Response

- MonitoringSubmission
  - `id` string, required
  - `source_id` string, required
  - `valid_from` string, date-time, nullable, required
  - `valid_to` string, date-time, required
  - `supplier_reference_id` string, nullable, required — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `notes` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/revisions/7386f28a58ff/schema)
