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"
}Performs an action on the specified batch job. Possible actions are start, cancel, and reset actions. Reset can only be called for jobs that are already completed or canceled, and will remove all items so that you can re-use the empty job.
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"
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Start, Reset, Cancel Success