POST api/GetTodaysPresenty
Request Information
URI Parameters
None.
Body Parameters
EmpPresentyupdata| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeID | string |
None. |
|
| OutTimeSelfy | string |
None. |
|
| OutTimeSelfyStr | string |
None. |
|
| OutTimeProgress | string |
None. |
|
| PresentyStatus | string |
None. |
|
| TotalWorkInMin | string |
None. |
|
| OutTimeLat | string |
None. |
|
| OutTimeLong | string |
None. |
|
| OutTimeLocation | string |
None. |
|
| PresentyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeID": "sample string 1",
"OutTimeSelfy": "sample string 2",
"OutTimeSelfyStr": "sample string 3",
"OutTimeProgress": "sample string 4",
"PresentyStatus": "sample string 5",
"TotalWorkInMin": "sample string 6",
"OutTimeLat": "sample string 7",
"OutTimeLong": "sample string 8",
"OutTimeLocation": "sample string 9",
"PresentyID": 10
}
application/xml, text/xml
Sample:
<EmpPresentyupdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models"> <EmployeeID>sample string 1</EmployeeID> <OutTimeLat>sample string 7</OutTimeLat> <OutTimeLocation>sample string 9</OutTimeLocation> <OutTimeLong>sample string 8</OutTimeLong> <OutTimeProgress>sample string 4</OutTimeProgress> <OutTimeSelfy>sample string 2</OutTimeSelfy> <OutTimeSelfyStr>sample string 3</OutTimeSelfyStr> <PresentyID>10</PresentyID> <PresentyStatus>sample string 5</PresentyStatus> <TotalWorkInMin>sample string 6</TotalWorkInMin> </EmpPresentyupdata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.