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": "f42730e5-a0e3-4968-be47-3a5314de5c59",
  "user_ids": [
    "9c13f52e-5cca-4a27-87bf-1d613dab2f0c",
    "81352a2b-e40e-4339-861b-52b4e7e59858"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.