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
NameDescriptionTypeAdditional 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": "3b5e3f00-fd10-43f0-91b9-acf23053d660",
  "user_ids": [
    "648e54b2-4014-422d-a21d-1389863e159e",
    "04227023-e9e4-42d8-94c1-2f8c118e6b0f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.