Cancel a Calculation

post/pricegridmanager.cancel/{id}

Cancels a Price Grid calculation background job.


Required Permission Roles with the Required Permission
PRICEGRID_CALCULATE Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Edit LPG (PB_PRICEGRIDEDITOR), Administer LPG (PB_PRICEGRIDS)
Securitybasic or X-PriceFx-jwt
Request
path Parameters
id
required
string

The ID of the Live Price Grid whose running calculation should be cancelled.

Responses
200

OK

Response Schema: application/json
required
object
node
required
string non-empty
csrfToken
required
string
data
any
status
required
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "csrfToken": "string",
    • "data": null,
    • "status": 0
    }
}