Force a job going to WorkshopInQueue and will assign to user in the list
Request Information
URI Parameters :
None.
Body Parameters :
jobs_workshop_in_queue| Name | Description | Type | Additional information |
|---|---|---|---|
| jobs_id |
Job id |
globally unique identifier | |
| user_ids |
List of User Id |
Collection of globally unique identifier |
Request Formats :
application/json, text/json
Sample:
{
"jobs_id": "f70bde74-a71b-4af8-a50f-6af432c008d0",
"user_ids": [
"e2200366-2ab3-4f63-a9e7-ead0ec1ac2fb",
"25180cbe-d02e-49ff-9555-5cf3a13e6b64"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.