BatchJobsService
Perform Symitar batch operations.
Operations
Executes a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AsyncbooleanOptionalExample:
Whether to run the batch job asynchronously.
trueJobNamestringRequiredExample:
Name of the batch job to execute.
NX.MOCK.BATCH.JOBResponses
200
Successful operation.
application/json
post
/executeBatchJob200
Successful operation.
Retrieves the status of a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TokenIdstringRequiredExample:
Token ID of the batch job.
GdGDhjqkChGFfcdxj93HbMMWZAzdzyfuSVKL0trxTpYr2+VwmbNqvN3IM3SDbsd7q2OLoKZYMnisp13hSU+qww==Responses
200
Successful operation.
application/json
post
/getBatchJobStatus200
Successful operation.
Last updated
Was this helpful?