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": "b9d9cdb8-1f9f-4954-9c09-978e6f04c31e",
  "user_ids": [
    "4953a597-bd27-4662-81ea-b0b680ed285b",
    "dd8d294f-e260-4fb8-9d20-81819af4b279"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.