# Set a Default Pricing Logic Sets the default pricing logic. To clear the default pricing logic, use /formulamanager.setdefault without the uniqueName path parameter. Endpoint: POST /formulamanager.setdefault/{uniqueName} Security: basic, X-PriceFx-jwt ## Path parameters: - `uniqueName` (string, required) The name (uniqueName) of the logic that will be set as default. Leave blank to clear the default pricing logic. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.uniqueName` (string) - `response.data.label` (any) - `response.status` (number)