POST api/QMS/GetTaskDetails

Request Information

URI Parameters

None.

Body Parameters

TasksModel
NameDescriptionTypeAdditional information
TMSNumber

string

None.

Fromdate

date

None.

DesignationId

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "TMSNumber": "sample string 1",
  "Fromdate": "2025-12-06T10:06:16.9545753+05:30",
  "DesignationId": 3.0
}

application/xml, text/xml

Sample:
<TasksModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCELQMSAPI.Models">
  <DesignationId>3</DesignationId>
  <Fromdate>2025-12-06T10:06:16.9545753+05:30</Fromdate>
  <TMSNumber>sample string 1</TMSNumber>
</TasksModel>

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 'TasksModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.