---
title: "Execute a Logic"
method: POST
path: "/actionitem.execute/{TypeCode}"
tags: ["Actions"]
---

# Execute a Logic

`POST /actionitem.execute/{TypeCode}`

Executes a logic for the specified Action Item and returns the result.

## Request body

- object

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `resultName` string
      - `resultLabel` string
      - `result` object, nullable
      - `excludeFromExport` boolean
      - `warnings` string, nullable
      - `alertMessage` string, nullable
      - `alertType` string, nullable
      - `displayOptions` integer
      - `formatType` string, nullable
      - `suffix` string, nullable
      - `resultType` string
      - `cssProperties` string, nullable
      - `userGroup` string, nullable
      - `resultGroup` string, nullable
      - `overrideValueOptions` string, nullable
      - `overrideAllowEmpty` boolean
      - `labelTranslations` string, nullable
      - `overridable` boolean
      - `overridden` boolean
      - `resultDescription` string, nullable
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
