Link a registered incorporation file to a participant as a typed document required by the current requirements DSL. Calling this endpoint again with the same participantId and documentKind replaces the linked fileId.
fileId must first be registered to this incorporation with POST /partner/incorporation/{incorporationId}/files.
If you are starting from a passport scan, utility bill, or other local file, first follow Upload documents for incorporation to get a registered incorporation fileId.
Linking is replacement-based per participant and document kind. If you call this endpoint again with the same participantId and documentKind, Commenda updates that participant document to point at the new fileId.
documentKind values are required for each participant and which MIME types are accepted. If a registered file has an unsupported MIME type or the document kind is not valid for the participant, this endpoint returns a validation error.Incorporation identifier returned by create or list endpoints.
Participant this document belongs to.
"participant_123"
Type of document linked to an incorporation participant.
passport_scan, utility_bill File id previously registered to this incorporation.
456
Participant document linked successfully