POST api/jobs/bulkUpdateState

Request Information

URI Parameters

None.

Body Parameters

Velappity.Common.Dtos.Job.BulkUpdateJobStateDto
NameDescriptionTypeAdditional information
NewStateId

globally unique identifier

None.

JobIds

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "newStateId": "c2374f81-cb86-4f6b-8808-af6e0fa01dd6",
  "jobIds": [
    "1ab72b16-559c-4e63-bc16-13117c0a2c0e",
    "b7564d70-11b6-4c31-bbf0-acae04e62774"
  ]
}

text/html

Sample:
{"newStateId":"c2374f81-cb86-4f6b-8808-af6e0fa01dd6","jobIds":["1ab72b16-559c-4e63-bc16-13117c0a2c0e","b7564d70-11b6-4c31-bbf0-acae04e62774"]}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.