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": "375d2393-9534-4021-a10b-c28c49c5630e",
  "user_ids": [
    "18b3a630-078c-49b3-80fb-fd075b56c5cc",
    "fdc12d37-0a00-486d-9f6d-40edaebda1ae"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.