Create range | ||
---|---|---|
Request | POST /editor/plugins_matchanalysis_pricingpresetrange | |
Params | presetId Required. ID of preset to create match-rate range for | |
from Required. Value that range should start at, inclusively | ||
till Required. Value that range should end at, inclusively | ||
IMPORTANT:
|
Edit range | ||
---|---|---|
Request | PUT /editor/plugins_matchanalysis_pricingpresetrange | |
Params | rangeId Required. ID of range to be edited | |
from Required. Value that range should start at, inclusively | ||
till Required. Value that range should end at, inclusively | ||
IMPORTANT:
|
Delete range | ||
---|---|---|
Request | DELETE /editor/plugins_matchanalysis_pricingpresetrange | |
Params | rangeIds Required. Comma-separated list of IDs of ranges to be deleted | |
|