# Apply custom factors for supplier This endpoint will apply custom factor to a supplier. Endpoint: POST /v2/suppliers/{supplierId}/custom-factors Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier ## Request fields (application/json): - `factorId` (string, required) - `fileId` (string) - `effect` (number) - `comment` (string, required) ## Response 200 fields (application/json): - `companyId` (string, required) - `supplierId` (string, required) - `factorId` (string, required) - `fileId` (string) - `effect` (number) - `comment` (string, required) - `updated_by` (string, required) - `added_by` (string, required) ## Response 401 fields ## Response 403 fields ## Response 429 fields