Creates a new Action Type (Action Item Type – AIT
).
operation required | string | ||||||||||||||||||||||||
object (ActionItemType) The type code is AIT.
| |||||||||||||||||||||||||
|
OK
object | |||||||||||||||||||||||||||||||||
|
{- "operation": "add",
- "data": {
- "configuration": {
- "name": "Default Actions config",
- "tabs": [
- {
- "name": "details",
- "translationKey": "dynamicTab_details",
- "type": "details",
- "icon": "file-info-alt"
}
]
}, - "uniqueName": "AITtest",
- "label": "Action Type Test"
}
}
{- "response": {
- "node": "pricefx-cluster-app-frontend-85969998d5-pkhfz",
- "data": [
- {
- "version": 0,
- "typedId": "29.AIT",
- "uniqueName": "AITtest",
- "label": "Action Type Test",
- "formulaName": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "configuration": {
- "name": "Default Actions config",
- "tabs": [
- {
- "icon": "file-info-alt",
- "name": "details",
- "type": "details",
- "translationKey": "dynamicTab_details"
}
]
}, - "createDate": "2023-06-28T08:22:30",
- "createdBy": 2147490696,
- "lastUpdateDate": "2023-06-28T08:22:30",
- "lastUpdateBy": 2147490696
}
], - "status": 0
}
}