POST api/jobs/bulkUpdateState
Request Information
URI Parameters
None.
Body Parameters
Velappity.Common.Dtos.Job.BulkUpdateJobStateDtoName | Description | Type | Additional information |
---|---|---|---|
NewStateId | globally unique identifier |
None. |
|
JobIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "newStateId": "a8b547d9-646f-4ba5-81f3-e78c1f3d4fbb", "jobIds": [ "049b9961-6189-4625-bf04-1415b8f440d5", "7b7d56ff-10d5-4f0f-855d-70a0df7152e8" ] }
text/html
Sample:
{"newStateId":"a8b547d9-646f-4ba5-81f3-e78c1f3d4fbb","jobIds":["049b9961-6189-4625-bf04-1415b8f440d5","7b7d56ff-10d5-4f0f-855d-70a0df7152e8"]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.