Force Complete
POST/forceComplete
This API is used to terminate data import job.
The Authorization
must have Bearer
followed by Token
.
No params
Responses
- 200
Force Complete
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Force Complete
Schema
errorCode string
errorMessage string
status string
{
"errorCode": "0",
"errorMessage": "",
"status": "SUCCESS"
}
{
"errorCode": "0",
"errorMessage": "",
"status": "SUCCESS"
}
Loading...