POST api/Product/GetAttendance

Request Information

URI Parameters

None.

Body Parameters

filterattendance
NameDescriptionTypeAdditional information
Start_date

string

None.

End_date

string

None.

Department

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Start_date": "sample string 1",
  "End_date": "sample string 2",
  "Department": "sample string 3"
}

application/xml, text/xml

Sample:
<filterattendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Department>sample string 3</Department>
  <End_date>sample string 2</End_date>
  <Start_date>sample string 1</Start_date>
</filterattendance>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.