Add File Placement (Share to Another Entity)
Adds a placement of an existing file under another owner — the file then
appears on both entities. Sharing never copies the stored bytes: every
placement sees the same current version and version history. The target
owner is validated like an upload intent’s (a live entity in the same
company — cross-company sharing is not possible); an optional folderId
files the new placement inside one of the TARGET owner’s folders.
Folder location and category are independent per placement (the new
placement starts at the target’s top level with no category);
displayName stays on the file — one name everywhere.
Adding a placement on an owner the file is already placed on returns
409 Conflict.
Required permission: company.file:create
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
File identifier
Body
The target owner's entity type
Event, Exposure, Quote, Submission, Person, Organization, Policy, company The target entity's id; null (or omitted) only for entityType: company
Optional folder of the TARGET owner to place the file in (null/omitted = the target's top level)
