Skip to main content
POST
/
platform
/
data
/
batchJob
/
actions
/
{code}
Error
A valid request URL is required to generate request examples
{
  "tenantId": 123,
  "code": "<string>",
  "name": "<string>",
  "scheduledDate": "2023-11-07T05:31:56Z",
  "dateStarted": "2023-11-07T05:31:56Z",
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  },
  "domain": "Catalog",
  "status": "Ready"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
action
enum<string>
Available options:
Start,
Reset,
Cancel

Response

Success

tenantId
integer<int32>
code
string | null
name
string | null
scheduledDate
string<date-time> | null
dateStarted
string<date-time> | null
auditInfo
object
domain
enum<string>
Available options:
Catalog
status
enum<string>
Available options:
Ready,
Pending,
Running,
Completed,
Canceled