Upload a new file slot to a deliverable
Uploads a new file as the next slot under the given milestone within the deal folder. Status is set to NEEDS_APPROVAL. Sends in-app/email/SMS/iOS notifications to the brand, athlete, and (if any) athlete’s agent. Notification type: deal-folder-file-uploaded (see DealFolderNotificationType). Multipart/form-data only — field name must be file.
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
Deal folder ID
12
Body
Response
File uploaded
"success"
"File uploaded successfully."
A Deal Folder file slot (workflow unit). The integer status field and its rolled-up string equivalents (deal_folder_file_status at the milestone level, deal_folder_status at the folder level) all draw from the same App\Enums\DealFolderStatus values.