---
title: "Execute a Logic Without a Context in a Service (Read-Only)"
method: POST
path: "/formulamanager.executeformulaservice/{uniqueName}/readonly"
tags: ["Logics"]
---

# Execute a Logic Without a Context in a Service (Read-Only)

`POST /formulamanager.executeformulaservice/{uniqueName}/readonly`

Executes the logic without an explicit product context in a service with disabled object modification capabilities.<p>
Use the `output=rawjson` parameter in the URL, for example `/formulamanager.executeformulaservice/QuoteLogic?output=rawjson` in order to return the result in the simple JSON format as `"resultName"`:`result`.

## Response `200`

OK

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

---

[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)
