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": "6d78316a-fa54-4367-933e-b8462e2b321a",
  "user_ids": [
    "3a7c5bf0-efc8-43a9-b821-aaff44a9ae09",
    "9b3fcde2-2b20-4d8d-b3bf-2d62bdec37e6"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.