POST api/CRUD_API2/InsertTaskQuery

Request Information

URI Parameters

None.

Body Parameters

TaskQuery
NameDescriptionTypeAdditional information
TKID

integer

None.

Roles

string

None.

RolesName

string

None.

Task_Name

string

None.

Task_Query

string

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TKID": 1,
  "Roles": "sample string 2",
  "RolesName": "sample string 3",
  "Task_Name": "sample string 4",
  "Task_Query": "sample string 5",
  "Remarks": "sample string 6"
}

application/xml, text/xml

Sample:
<PKController.TaskQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRUD_API2.Controllers">
  <Remarks>sample string 6</Remarks>
  <Roles>sample string 2</Roles>
  <RolesName>sample string 3</RolesName>
  <TKID>1</TKID>
  <Task_Name>sample string 4</Task_Name>
  <Task_Query>sample string 5</Task_Query>
</PKController.TaskQuery>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TaskQuery'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.