Cancel a Job

post/admin.canceljst/{id}

Cancels a Job Status Tracker (JST). Only a pending job can be cancelled.

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

id if the job you want to cancel.

Example: 213565549
Request Body schema: application/json
object
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
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0,
    • "startRow": 0,
    • "endRow": 0
    }
}