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": "e1e4722d-35cd-4358-8d3d-aa13971cf0c1",
  "user_ids": [
    "9b3dc886-553d-4030-8668-227b485fa712",
    "5ca4937e-7678-4515-ac8b-f3740ef2fe9f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.