Calculate a CFS

post/cfsmanager.calculate/{id}

Executes a calculation of the Calculated Fields Set (specified by id as a path parameter).

Securitybasic or X-PriceFx-jwt
Request
path Parameters
id
required
string

The id is the typedId without the type suffix. For example, the id attribute of the item with typedId = 2147484837.PL is 2147484837.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
Array of objects non-empty unique
Array (non-empty)
version
number
typedId
string non-empty
processingNode
any
threadId
any
threadUUID
any
status
string non-empty
trackerType
string non-empty
targetObject
string non-empty
jobName
string non-empty
concurrencyKey
string non-empty
calculationContext
any
progress
any
cancelRequested
boolean
runNumber
number
priority
number
messages
any
object
createDate
string non-empty
createdBy
number
lastUpdateDate
string non-empty
lastUpdateBy
number
calculationResults
any
processingStart
any
processingEnd
any
id
number
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "node",
    • "data": [
      • {
        • "version": 0,
        • "typedId": "2147859822.JST",
        • "processingNode": null,
        • "threadId": null,
        • "threadUUID": null,
        • "status": "WAITING_FOR_DISPATCH",
        • "trackerType": "CFS",
        • "targetObject": "14.CFS",
        • "jobName": "CFS",
        • "concurrencyKey": "P",
        • "calculationContext": null,
        • "progress": null,
        • "cancelRequested": false,
        • "runNumber": 0,
        • "priority": 0,
        • "messages": null,
        • "jobSettings": {
          },
        • "createDate": "2022-01-25T16:53:19",
        • "createdBy": 2147490696,
        • "lastUpdateDate": "2022-01-25T16:53:19",
        • "lastUpdateBy": 2147490696,
        • "calculationResults": null,
        • "processingStart": null,
        • "processingEnd": null,
        • "id": 2147859822
        }
      ],
    • "status": 0
    }
}