POST api/HRManagementNew/AddEmployeeUnAuthorized
Request Information
URI Parameters
None.
Body Parameters
EmployeeUnAuthorizedDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpID | string |
None. |
|
| BranchId | integer |
None. |
|
| FromDate | date |
None. |
|
| FromDateStr | string |
None. |
|
| ToDate | date |
None. |
|
| ToDateStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpID": "sample string 1",
"BranchId": 1,
"FromDate": "2025-12-11T22:21:03.697173+05:30",
"FromDateStr": "sample string 2",
"ToDate": "2025-12-11T22:21:03.697173+05:30",
"ToDateStr": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddUpdateDeleteResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {}
}