latestOpenAPI 3.1.02026-08-1898186290.1 KB
7386f28a58ff
Post Monitoring Submission
Creates a monitoring submission for one or more project monitoring requirements.
The submission is associated with a previously uploaded source document (see Post Source). One source may be used to create multiple submissions.
post/monitoring_submissions
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
Example request
{
"source_id": "src_1EBBF4M7X1S06G1Y",
"monitoring_requirement_ids": [
"mnr_1DJJQY5C61S0R519"
],
"notes": "Pages 14-21"
}Response
Successful Response
Example response
{
"id": "mns_1D46WGW6A1S03FRG",
"source_id": "src_1EBBF4M7X1S06G1Y"
}