v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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.

DocumentIdinteger

This is the id of the assessment document. Use this id as a query parameter in the getAssessmentDocumentDetail action to retrieve the document status and details.

Example response

{
  "DocumentId": 789
}