latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Finance Management.Actionable Insight
ENTERPRISE

Take action on an insight

Report a user action on an insight and move the insight to an archived state.

post/api/v1/insights/action

Request body

insightActionstring required

The insight action that the user invoked for the insight.

insightIdstring required

The unique identifier of an existing insight.

Example request

{
  "insightAction": "CREATE_TRANSFER",
  "insightId": "e2b746ed27c542ce846a8d693474df21"
}

Response

Returns 204 No Content for a successful operation.