Assessment
Adds a document to an assessment for a monitored company.
Uploads a document to the specified assessment for the given company.
post/api/v2/companies/{id}/assessments/{assessmentId}/documents
Path parameters
idinteger required
Example:123
The id of the company.
assessmentIdinteger required
Example:456
The id of the assessment.
Response
Document uploaded successfully.
Example response
{
"DocumentId": 789
}