CancelAsynchronousExport operation
This operation cancels an asynchronous export job.
Request
Method | URL |
---|---|
GET |
/BI/api/rest/IonApi/BookExport/v1/CancelAsynchronousExport |
Parameter | Status | Type | Value |
---|---|---|---|
jobId |
Required | String | A GUID of an export job. |
Result
You receive a JSON
string with result true
, when the export is canceled.
You receive a JSON
string with result false
, when the export is not canceled.
When jobId
parameter is invalid, or job is not found, you
receive a JSON
string with an error message.