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": "83dbd437-c2c2-48d9-85c0-a2321dd98633",
"jobIds": [
"953c8933-e9c8-47c1-9e92-08a0d39bd67e",
"2a801251-6e8d-4977-9280-271c72b664d0"
]
}
text/html
Sample:
{"newStateId":"83dbd437-c2c2-48d9-85c0-a2321dd98633","jobIds":["953c8933-e9c8-47c1-9e92-08a0d39bd67e","2a801251-6e8d-4977-9280-271c72b664d0"]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.