POST api/getclockinoutbydate
Request Information
URI Parameters
None.
Body Parameters
getclockinoutbydate| Name | Description | Type | Additional information |
|---|---|---|---|
| agentid | integer |
None. |
|
| clockinDatetime | string |
None. |
|
| clockoutDatetime | string |
None. |
|
| totalhours | string |
None. |
|
| ErrorCode | integer |
None. |
|
| ErrorMsg | string |
None. |
|
| Type | string |
None. |
|
| bisalive | boolean |
None. |
|
| strAction | string |
None. |
|
| IntCreatedBy | integer |
None. |
|
| dteCreatedDate | date |
None. |
|
| intModifyBy | integer |
None. |
|
| dteModifyDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| ROWNUMBER | integer |
None. |
|
| strSearchText | string |
None. |
|
| orderColumn | string |
None. |
|
| orderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"agentid": 1,
"clockinDatetime": "sample string 2",
"clockoutDatetime": "sample string 3",
"totalhours": "sample string 4",
"errorCode": 5,
"errorMsg": "sample string 6",
"type": "sample string 7",
"bisalive": true,
"strAction": "sample string 9",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:46:58.8658575+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:46:58.8658575+00:00",
"pageNo": 10,
"pageSize": 11,
"totalRecord": 12,
"rownumber": 13,
"strSearchText": "sample string 14",
"orderColumn": "sample string 15",
"orderDir": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.