POST api/Product/GetAttendance
Request Information
URI Parameters
None.
Body Parameters
filterattendanceName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.