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": "07e562d1-13e0-47f8-a4e6-dffd96bd8b3e",
  "user_ids": [
    "3768a424-b952-4ffe-9731-17bf96c753e5",
    "2dd7a0d0-7af5-4419-9c38-ce87f4610a3d"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.