Skip to main content
When uploading a document to a worksite via the Partners API, each document type must be associated at the correct level: worksite (dossier) or worksite operation.
  • Worksite-level documents do not require a worksite_operation_id.
  • Operation-level documents require a worksite_operation_id.
  • Shared documents can be associated at either level: omit worksite_operation_id for worksite-level, or provide it for operation-level.
Providing a worksite_operation_id for a worksite-only document type will result in a 422 validation error. Similarly, omitting worksite_operation_id for an operation-only document type will also result in a 422 error.

Document types reference