POST api/get_PunchIn_Report
Request Information
URI Parameters
None.
Body Parameters
tbl_Attandance| Name | Description | Type | Additional information |
|---|---|---|---|
| Attandance_Id | integer |
None. |
|
| Attandance_PersonId | integer |
None. |
|
| Attandance_Remark | string |
None. |
|
| PunchIn | string |
None. |
|
| Attandance_Date | string |
None. |
|
| PunchInRemark | string |
None. |
|
| Punchout | string |
None. |
|
| PunchOutRemark | string |
None. |
|
| Attandance_PunchIn_Address | string |
None. |
|
| Attandance_PunchOut_Address | string |
None. |
|
| Filter_FromDate | string |
None. |
|
| Filter_ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Attandance_Id": 1,
"Attandance_PersonId": 2,
"Attandance_Remark": "sample string 3",
"PunchIn": "sample string 4",
"Attandance_Date": "sample string 5",
"PunchInRemark": "sample string 6",
"Punchout": "sample string 7",
"PunchOutRemark": "sample string 8",
"Attandance_PunchIn_Address": "sample string 9",
"Attandance_PunchOut_Address": "sample string 10",
"Filter_FromDate": "sample string 11",
"Filter_ToDate": "sample string 12"
}
application/xml, text/xml
Sample:
<tbl_Attandance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models"> <Attandance_Date>sample string 5</Attandance_Date> <Attandance_Id>1</Attandance_Id> <Attandance_PersonId>2</Attandance_PersonId> <Attandance_PunchIn_Address>sample string 9</Attandance_PunchIn_Address> <Attandance_PunchOut_Address>sample string 10</Attandance_PunchOut_Address> <Attandance_Remark>sample string 3</Attandance_Remark> <Filter_FromDate>sample string 11</Filter_FromDate> <Filter_ToDate>sample string 12</Filter_ToDate> <PunchIn>sample string 4</PunchIn> <PunchInRemark>sample string 6</PunchInRemark> <PunchOutRemark>sample string 8</PunchOutRemark> <Punchout>sample string 7</Punchout> </tbl_Attandance>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |