POST
/
projects
/
{project_id}
/
monitoring_requirements
/
{id}
/
submissions

This endpoint is in beta and requires opting-in.

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

Authorizations

Authorization
string
headerrequired

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

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
source_id
string
required

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

Required string length: 20 - 36
valid_from
string
required

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

notes
string | null

Any additional notes or comments.

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
id
string
required
Required string length: 20 - 36
notes
string | null
required
project_monitoring_requirement_id
string
required
Required string length: 20 - 36
source_id
string
required
Required string length: 20 - 36
supplier_reference_id
string | null
required
valid_from
string | null
required
valid_to
string | null
required