POST api/HRManagementNew/AddTrainingDetails
Request Information
URI Parameters
None.
Body Parameters
TrainingDetailsNewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TrainingDetailId | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| TrainingTypeId | integer |
None. |
|
| EmployeeId | string |
None. |
|
| EntryUser | string |
None. |
|
| EntryDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrainingDetailId": 1,
"FromDate": "sample string 1",
"ToDate": "sample string 2",
"TrainingTypeId": 1,
"EmployeeId": "sample string 3",
"EntryUser": "sample string 4",
"EntryDate": "2025-12-11T22:21:04.6190456+05:30"
}
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": {}
}