POST api/EmpOverTimes
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| empOverTimeM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmpOverTimeID": 1,
"EmpId": 2,
"EmpName": "sample string 3",
"EmpOverTimeDate": "sample string 4",
"EmpOverTimeMinutes": 5,
"EmpOverTimeApproved": "sample string 6",
"EmpOverTimeFactor": 1.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"EmpOverTimeID": 1,
"EmpId": 2,
"EmpName": "sample string 3",
"EmpOverTimeDate": "sample string 4",
"EmpOverTimeMinutes": 5,
"EmpOverTimeApproved": "sample string 6",
"EmpOverTimeFactor": 1.1
}