Cancel a CFS Calculation

post/cfsmanager.cancel/{id}

Cancels 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

A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.

Response Schema: application/json
object
node
string
data
object or null
status
integer
startRow
integer
endRow
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0,
    • "startRow": 0,
    • "endRow": 0
    }
}