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": "270bc05d-4212-434a-972f-ca4e9ce01305",
  "user_ids": [
    "3a66e4a5-b44d-408b-81ca-b2b5e1632d59",
    "27d4fddc-1c99-4a4b-8581-25a107669d5f"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.