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": "969e9777-8d22-4980-892d-a541c0a1feaf",
  "user_ids": [
    "77567445-5f8e-47d5-a82f-99d7248f4c4d",
    "a4c13d9f-5999-4443-9fe4-a739ecf67aad"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.