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

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

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

Response

Success

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