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": "6deb8c3a-5c87-4046-bd23-0e3e93ea30fa",
  "user_ids": [
    "c27e7e1e-5b48-480e-8b7a-4ddd0cddc208",
    "5c643b04-78a3-4080-87b2-619de3038d6c"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.