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": "11515e2c-acce-4a1c-9c39-d7f0e15a1cc6",
  "user_ids": [
    "66879f05-ec21-4534-a568-7e54e8224b5b",
    "ec247026-e5bf-4fd4-adaa-6091bc0ad7f1"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.