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": "a7f8ae22-bb55-4b10-8714-c35e48d140fd",
  "user_ids": [
    "c8699c2a-687a-4e07-b5c8-2773fd7597d1",
    "89793d90-c5ce-4efa-ba76-611b5a84062e"
  ]
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.