...
Create pricelist(s) | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request | POST /editor/plugins_matchanalysis_pricingpreset | ||||||||||
Params | presetId Required. ID of preset for which you want to create new pricelist(s) | ||||||||||
sourceLanguageIds Required. | Comma-separated list of IDs of source and target languages to create the pricelist for each possible combinations of, except the ones for which the pricelist do already exist. | ||||||||||
targetLanguageIds Required. | |||||||||||
|
Clone pricelist | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request | POST /editor/plugins_matchanalysis_pricingpreset | ||||||||||
Params | priceId Required. ID of preset pricelist which you want to clone | ||||||||||
sourceLanguageIds Required. | Comma-separated list of IDs of source and target languages to clone the certain pricelist for each possible combinations of, except the ones for which the pricelist do already exist. | ||||||||||
targetLanguageIds Required. | |||||||||||
|
Editpresetpricelist | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request | PUT /editor/plugins_matchanalysis_pricingpresetpricingpresetprices | ||||||||||||||||||
Params | presetIdpricesId Required. ID of preset pricelist to be edited | ||||||||||||||||||
name currency Optional. Name for the clone, it should be unique across the all presets, should Currency of prices. Must be not longer than 3 alphanumeric or $€£¥ characters. Should be either not empty or not mentioned among the params | |||||||||||||||||||
unitType=(word|character)noMatch Optional. Type of units that the preset should be based on, i.e. word-based or character-based | description Optional. Short description for the preset up to 255 characters long | Price for match-rates that do not belong to any range. Should be a decimal value with up to 4 digits after floating point. | |||||||||||||||||
range123 Optional. Price for match-rates within the range having ID=123priceAdjustment Optional. Value to be appended to final price. Should be a decimal value with up to 2 4 digits after floating point. | isDefault=(0|1) Optional. Set this preset to be the default one for it's customer, if it's a customer-specific preset, or the generally default | ||||||||||||||||||
|
Delete preset | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Request | DELETE /editor/plugins_matchanalysis_pricingpreset | |||||||||
Params | presetId Required. ID of preset to be deleted | |||||||||
|
...