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": "817e768d-513a-4ffb-929d-61a37a31ae6c",
"target_job_status_id": "f3bdd3a5-42c1-418f-89c5-aa0f4056d82a",
"target_job_status_code": "sample string 3"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.