PUT api/EmployeeMaster/EmployeeExitReasonMasterTranslation
Request Information
URI Parameters
None.
Body Parameters
EmployeeExitReasonTranslationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeExitReasonTranslationId | integer |
None. |
|
| EmployeeExitReasonId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByName | string |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| ModifyByName | string |
None. |
|
| IpAddress | string |
None. |
|
| LocalIpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| EmployeeExitReasonTranslationName | string |
None. |
|
| EmployeeExitReasonTranslationDescription | string |
None. |
|
| EmployeeExitReasonName | string |
None. |
|
| ClientGroupName | string |
None. |
|
| LanguageName | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeExitReasonTranslationId": 1,
"EmployeeExitReasonId": 2,
"LanguageId": 3,
"Name": "sample string 4",
"Description": "sample string 5",
"CreatedDate": "2026-01-07T07:14:33.9198351+05:30",
"CreatedBy": 7,
"CreatedByName": "sample string 8",
"ModifyDate": "2026-01-07T07:14:33.9198351+05:30",
"ModifyBy": 1,
"ModifyByName": "sample string 9",
"IpAddress": "sample string 10",
"LocalIpAddress": "sample string 11",
"DbUserAccount": "sample string 12",
"EmployeeExitReasonTranslationName": "sample string 13",
"EmployeeExitReasonTranslationDescription": "sample string 14",
"EmployeeExitReasonName": "sample string 15",
"ClientGroupName": "sample string 16",
"LanguageName": "sample string 17",
"RequestType": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.