Set a Default Pricing Logic

post/formulamanager.setdefault/{uniqueName}

Sets the default pricing logic. To clear the default pricing logic, use /formulamanager.setdefault without the uniqueName path parameter.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
uniqueName
required
string

The name (uniqueName) of the logic that will be set as default. Leave blank to clear the default pricing logic.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
Array of objects non-empty unique
Array (non-empty)
uniqueName
string non-empty
label
any
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": [
      • {
        • "uniqueName": "string",
        • "label": null
        }
      ],
    • "status": 0
    }
}