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": "69f2a150-92c3-4bf8-827f-100e3660e501",
"jobIds": [
"7a42fc73-249a-4f18-bbad-6daae0e03300",
"a6073faf-cc91-4086-b195-232df20abab4"
]
}
text/html
Sample:
{"newStateId":"69f2a150-92c3-4bf8-827f-100e3660e501","jobIds":["7a42fc73-249a-4f18-bbad-6daae0e03300","a6073faf-cc91-4086-b195-232df20abab4"]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.