Category:API V2: Difference between revisions
Jump to navigation
Jump to search
Sorenjensen (talk | contribs) |
Sorenjensen (talk | contribs) |
||
| Line 357: | Line 357: | ||
It's currently not possible to create new price rules, however, you can modify the price rules with this request. | It's currently not possible to create new price rules, however, you can modify the price rules with this request. | ||
'''''Example: Modify the name of the price rule:''''' | |||
[ | [ | ||
{ | { | ||
| Line 367: | Line 367: | ||
{ | { | ||
"priceruleid": 1, | "priceruleid": 1, | ||
"name": " | "name": "-INSERT NAME HERE-" | ||
} | } | ||
] | ] | ||