POST api/Task/Manipulate

Request Information

URI Parameters

None.

Body Parameters

ApplyLigaChangeRequest
Name Description Type Additional information
JobId

integer

None.

Status

LigaStatus

None.

Request Formats

application/json, text/json

Sample:
{
  "JobId": 1,
  "Status": 0
}

text/html

Sample:
{"JobId":1,"Status":0}

application/xml, text/xml

Sample:
<ApplyLigaChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">
  <JobId>1</JobId>
  <Status>NoAction</Status>
</ApplyLigaChangeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.