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": "a3e3999d-99e7-4bd2-97d9-bf9df3f21f10",
  "jobIds": [
    "dea1528d-1ea3-4f97-a2b9-ffa1293e8653",
    "1cdb642e-e2f5-41bf-bb32-3939c24a92c4"
  ]
}

text/html

Sample:
{"newStateId":"a3e3999d-99e7-4bd2-97d9-bf9df3f21f10","jobIds":["dea1528d-1ea3-4f97-a2b9-ffa1293e8653","1cdb642e-e2f5-41bf-bb32-3939c24a92c4"]}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.