UpdatePricingRuleDto
pricingRuleIdstringrequired
The id of the pricing rule
newValuenumberrequired
The new value of the pricing rule
Example:
34UpdatePricingRuleDto
{
"pricingRuleId": "string",
"newValue": 34
}
The id of the pricing rule
The new value of the pricing rule
34{
"pricingRuleId": "string",
"newValue": 34
}