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": "2fc18f3e-a464-4236-bdf0-b477ce043b18",
"target_job_status_id": "d916a278-b9be-4ba6-b341-fb2da004894a",
"target_job_status_code": "sample string 3"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.