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| Name | Description | Type | Additional 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": "b7bef139-fa0e-48d5-99bf-341706aafaf5",
"user_ids": [
"28eb5b9f-9d8e-42f6-a178-d12e79f60115",
"b8cd27b6-6975-4bef-b7d4-a87a1a0f167b"
]
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.