Перейти в хранилище документации
Обратиться в техническую поддержку![]()
...
Изменение (удаление правил и условий):
| Info | ||
|---|---|---|
| ||
В группах conditions и rules необходимо оставить пустые фигурные скобки { }. |
| Code Block |
|---|
{
"method": "axxonsoft.bl.logic.LogicService.ChangeMacros",
"data": {
"modified_macros": {
"guid": "3303abb2-181e-4183-8987-8a06c309a741",
"mode": {
"common": {}
},
"conditions": {
"0": {}
},
"rules": {
"1": {}
}
}
}
} |
...
| Code Block |
|---|
{
"method":"axxonsoft.bl.logic.LogicService.ChangeMacros",
"data":{
"removed_macros" : ["3303abb2-181e-4183-8987-8a06c309a741"]
}
} |
Удаление правила из макрокоманды:
...
| Code Block |
|---|
{
"method":"axxonsoft.bl.logic.LogicService.LaunchMacro",
"data":{
"macro_id" : "caef76f0-37e9-43b0-aba6-c2a2f32ccd2f"
}
} |
...