The type code is AIT.
Action Types can be added or edited via UI: Administration > Configuration > Actions > Action Types
| formulaName | string or null <= 255 characters A name of the Action Item Logic used by this type. See the Action Item Logic documentation. |
| typedId | string |
| uniqueName required | string <= 255 characters A unique name of the Action Item Type. |
| configuration | object Tabs defined as a JSON. Used for configuring dynamicTabs in actions, labels of the tabs etc. See the Detail Page Layout and Dynamic Tabs documentation. |
| createdBy | integer |
| lastUpdateDate | string <date-time> |
| userGroupEdit | string or null <= 255 characters |
| userGroupViewDetails | string or null <= 255 characters |
| label | string <= 255 characters |
| version | integer |
| createDate | string <date-time> |
| lastUpdateBy | integer |
{- "formulaName": "string",
- "typedId": "string",
- "uniqueName": "string",
- "configuration": { },
- "createdBy": 0,
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "userGroupEdit": "string",
- "userGroupViewDetails": "string",
- "label": "string",
- "version": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}