Executes the logic without an explicit product context in a service with disabled object modification capabilities.
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
.
OK
{- "response": {
- "node": "string",
- "data": [
- {
- "resultName": "string",
- "resultLabel": "string",
- "result": null,
- "excludeFromExport": true,
- "warnings": null,
- "alertMessage": null,
- "alertType": null,
- "displayOptions": 0,
- "formatType": "string",
- "suffix": null,
- "resultType": "string",
- "cssProperties": null,
- "userGroup": null,
- "resultGroup": null,
- "overrideValueOptions": null,
- "overrideAllowEmpty": true,
- "labelTranslations": null,
- "overridable": true,
- "overridden": true,
- "resultDescription": null
}
], - "status": 0
}
}