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": "b3ca1834-2975-4681-9f2e-10438fbfc09e",
"target_job_status_id": "ddf6313a-41cd-4104-859f-d15add38e2d4",
"target_job_status_code": "sample string 3"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.