Updates the status of a specific job. Currently, this endpoint only support to transition a "Completed" job to a virtual status that allow to change via API.
Request Information
URI Parameters :
None.
Body Parameters :
jobs_status_change| Name | Description | Type | Additional information |
|---|---|---|---|
| jobs_id |
Source job Id. |
globally unique identifier | |
| target_job_status_id |
Target job status Id. |
globally unique identifier |
Optionally required : target_job_status_id or target_job_status_code must be provided |
| target_job_status_code |
Tarret job status code. |
string |
Optionally required : target_job_status_id or target_job_status_code must be provided |
Request Formats :
application/json, text/json
Sample:
{
"jobs_id": "74c1ec16-5ce3-4183-bfdf-55e4fc083a37",
"target_job_status_id": "c4818851-98f2-4c3e-813c-598060957e1f",
"target_job_status_code": "sample string 3"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.