Attaches files to a customer's record.
POST/api/customer/:customerId/attachments
Each file should include its name, content (base64 encoded), and type. The files will be stored in the system and associated with the customer.
Request
Responses
- 200
- 400
- 403
- 404
Files attached successfully
Invalid file data or Api Error
Unauthenticated user
Customer not found