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": "124891db-f2e5-484f-9f0e-dc4cf7b575f2",
  "user_ids": [
    "e41fc4a3-5501-437e-8603-b1b822ff7467",
    "faed7ef8-f602-4796-83ff-a1808fbd9ecf"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.