Upload Attachment to Deal Custom Field
POST/v1/deals/:dealId/custom-fields/upload/:fieldId
Uploads a file attachment to a deal custom field of type attachment. Send the file as multipart/form-data with the field name file.
Request
Responses
- 200
- 400
- 401
- 404
- 500
File uploaded successfully
Invalid field type or missing file
Invalid or missing API key
Deal or field not found
Internal server error