# Add a Customer Inserts a customer to the Master Data - Customers table. Please note: The data sent in your request might be different from our sample request schema. The custom fields (attribute1..attribute30) can be retrieved using the /fetch/CAM operation. Endpoint: POST /add/C Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object, required) - `data.customerId` (string, required) - `data.name` (string) - `data.attribute1` (string) - `data.attribute2` (string) - `data.userGroupEdit` (string) - `operation` (string, required) ## Response 200 fields (application/json): - `response` (object)