latestOpenAPI 3.1.02026-08-1898186290.1 KB

7386f28a58ff

Post Monitoring Submission Monitoring Requirements

Links monitoring requirements to an existing monitoring submission.

post/monitoring_submissions/{id}/monitoring_requirements

Path parameters

idstring required
Example:mns_1D46WGW6A1S03FRG

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

monitoring_requirement_idsstring[] required

The Isometric IDs of the monitoring requirements to link to the submission.

Example request

{
  "monitoring_requirement_ids": [
    "mnr_1DJJQY5C61S0R519"
  ]
}

Response

Successful Response

idstring required
source_idstring required
valid_fromstring date-time nullable required
valid_tostring date-time required
supplier_reference_idstring 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.

notesstring nullable required

Example response

{
  "id": "mns_1D46WGW6A1S03FRG",
  "source_id": "src_1EBBF4M7X1S06G1Y"
}