POST
/
projects
/
{project_id}
/
monitoring_requirements
/
{id}
/
submissions
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/projects/{project_id}/monitoring_requirements/{id}/submissions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "notes": "Pages 14-21",
  "project_monitoring_requirement_id": "pmr_1DR3MR5WS1S09YQT",
  "source_id": "src_1EBBF4M7X1S06G1Y",
  "supplier_reference_id": "<string>",
  "valid_from": "2023-11-07T05:31:56Z",
  "valid_to": "2023-11-07T05:31:56Z"
}'
{
  "id": "mns_1D46WGW6A1S03FRG",
  "notes": "<string>",
  "project_monitoring_requirement_id": "pmr_1DR3MR5WS1S09YQT",
  "source_id": "src_1EBBF4M7X1S06G1Y",
  "supplier_reference_id": "<string>",
  "valid_from": "2023-11-07T05:31:56Z",
  "valid_to": "2023-11-07T05:31:56Z"
}

This endpoint is in beta and requires opting-in.

Please contact support if you’re interested in using this endpoint.

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

project_id
string
required
id
string
required

Body

application/json
project_monitoring_requirement_id
string
required

The Isometric ID of the project monitoring requirement that the submission is for.

Required string length: 20 - 36
Example:

"pmr_1DR3MR5WS1S09YQT"

source_id
string
required

The Isometric ID of the source that the submission is for.

Required string length: 20 - 36
Example:

"src_1EBBF4M7X1S06G1Y"

valid_from
string
required

Signifies the start of the period that the submission is valid for.

notes
string | null

Any additional notes or comments.

Example:

"Pages 14-21"

supplier_reference_id
string | null

Supplier provided reference ID.

valid_to
string | null

Signifies the end of the period that the submission is valid for.

Response

200
application/json
Successful Response
id
string
required
Required string length: 20 - 36
Example:

"mns_1D46WGW6A1S03FRG"

notes
string | null
required
project_monitoring_requirement_id
string
required
Required string length: 20 - 36
Example:

"pmr_1DR3MR5WS1S09YQT"

source_id
string
required
Required string length: 20 - 36
Example:

"src_1EBBF4M7X1S06G1Y"

supplier_reference_id
string | null
required
valid_from
string | null
required
valid_to
string | null
required