Upload Attachment to Investor Custom Field
POST/v1/investors/:id/custom-fields/upload/:fieldId
Uploads a file attachment to an investor 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
Investor or field not found
Internal server error