v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Monitoring Submission
Creates a monitoring submission for a project monitoring requirement.
The submission is associated with a previously uploaded source document (see Post Source). One source may be used to create multiple submissions.
post/projects/{project_id}/monitoring_requirements/{id}/submissions
Path parameters
project_idstring required
Example:prj_1CTWZQGKE1S0VAXA
idstring required
Example:mnr_1DJJQY5C61S0R519
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",
"notes": "Pages 14-21"
}Response
Successful Response
Example response
{
"id": "mns_1D46WGW6A1S03FRG",
"source_id": "src_1EBBF4M7X1S06G1Y"
}