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": "e11f941f-91ee-462b-b1b4-d07de55a7c4f",
  "user_ids": [
    "0d0a0fb9-8e55-49a3-9c5b-6f76f7da3447",
    "b854d31c-d69e-41ac-ab6f-bb5e33c2c714"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.