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