Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create range

RequestPOST /editor/plugins_matchanalysis_pricingpresetrange
Params

presetId Required. ID of preset to be to create match-rate range for


from Required. Value that range should start at, inclusively


till Required. Value that range should end at, inclusively


Code Block
languagejs
titleResponse
collapsetrue
{
    "success": true,
    "created": "123" // id of newly created range
}


...