POST api/jobs/bulkUpdateState
Request Information
URI Parameters
None.
Body Parameters
Velappity.Common.Dtos.Job.BulkUpdateJobStateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NewStateId | globally unique identifier |
None. |
|
| JobIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"newStateId": "a60441fd-f69b-457c-89dd-af5df239e4ba",
"jobIds": [
"2a66ec94-ca11-4198-b9d3-9f7b00ba93c9",
"682a892d-6996-4efd-93a6-44cd8f3eed7a"
]
}
text/html
Sample:
{"newStateId":"a60441fd-f69b-457c-89dd-af5df239e4ba","jobIds":["2a66ec94-ca11-4198-b9d3-9f7b00ba93c9","682a892d-6996-4efd-93a6-44cd8f3eed7a"]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.