PUT api/EmpPenalties/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| empPenaltyM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmpPenaltysId": 1,
"EmpId": 2,
"EmpName": "sample string 3",
"EmpNameE": "sample string 4",
"EmpResId": 5,
"EmpResName": "sample string 6",
"PenaltyId": 7,
"penaltyName": "sample string 8",
"Notes": "sample string 9",
"EmpPenaltyDate": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.