POST
/
api
/
utm-incident-actions
{
  "id": 123,
  "actionCommand": "<string>",
  "actionDescription": "<string>",
  "actionParams": "<string>",
  "actionType": 123,
  "actionEditable": true,
  "createdDate": "2023-11-07T05:31:56Z",
  "modifiedDate": "2023-11-07T05:31:56Z",
  "createdUser": "<string>",
  "modifiedUser": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
id
integer
actionCommand
string
actionDescription
string
actionParams
string
actionType
integer
actionEditable
boolean
createdDate
string
modifiedDate
string
createdUser
string
modifiedUser
string

Response

200 - */*
OK
id
integer
actionCommand
string
actionDescription
string
actionParams
string
actionType
integer
actionEditable
boolean
createdDate
string
modifiedDate
string
createdUser
string
modifiedUser
string