Skip to main content

UpdatePricingRuleDto

pricingRuleIdstringrequired

The id of the pricing rule

newValuenumberrequired

The new value of the pricing rule

Example: 34
UpdatePricingRuleDto
{
"pricingRuleId": "string",
"newValue": 34
}