PUT api/EmployeeTransaction/EmployeePreviousEmploymentMaster
Request Information
URI Parameters
None.
Body Parameters
EmployeePreviousEmploymentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeePreviousEmploymentId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| Designation | integer |
None. |
|
| PrevCompanyName | string |
None. |
|
| PrevCompanyAddress | string |
None. |
|
| DisplayStartDateOfEmployment | string |
None. |
|
| DisplayEndDateOfEmployment | string |
None. |
|
| StartDateOfEmployment | date |
None. |
|
| DesignationName | string |
None. |
|
| EndDateOfEmployment | date |
None. |
|
| NatureOfDuties | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifyDate | date |
None. |
|
| ModifyBy | integer |
None. |
|
| LocalIpAddress | string |
None. |
|
| IpAddress | string |
None. |
|
| DbUserAccount | string |
None. |
|
| RequestType | RequestTypeEnum |
None. |
|
| CandidateId | integer |
None. |
|
| OtherDesignation | string |
None. |
|
| CandidatePreviousEmploymentId | integer |
None. |
|
| Source | string |
None. |
|
| CandidateMode | string |
None. |
|
| PrevEmployeeCode | string |
None. |
|
| Department | string |
None. |
|
| ContactDetails | string |
None. |
|
| Manager | string |
None. |
|
| ManagerDesignation | string |
None. |
|
| OfficeContactDetails | string |
None. |
|
| AgencyCompanyName | string |
None. |
|
| AgencyAddress | string |
None. |
|
| AgencyContactDetails | string |
None. |
|
| ReasonForLeaving | string |
None. |
|
| NatureOfEmployment | integer |
None. |
|
| CountryId | byte |
None. |
|
| CountryName | string |
None. |
|
| StateId | integer |
None. |
|
| StateName | string |
None. |
|
| CityId | integer |
None. |
|
| CityName | string |
None. |
|
| NatureOfEmploymentName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeePreviousEmploymentId": 1,
"EmployeeId": 2,
"Designation": 1,
"PrevCompanyName": "sample string 3",
"PrevCompanyAddress": "sample string 4",
"DisplayStartDateOfEmployment": "sample string 5",
"DisplayEndDateOfEmployment": "sample string 6",
"StartDateOfEmployment": "2026-01-07T07:15:30.4507262+05:30",
"DesignationName": "sample string 7",
"EndDateOfEmployment": "2026-01-07T07:15:30.4507262+05:30",
"NatureOfDuties": "sample string 8",
"CreatedDate": "2026-01-07T07:15:30.4507262+05:30",
"CreatedBy": 1,
"ModifyDate": "2026-01-07T07:15:30.4507262+05:30",
"ModifyBy": 1,
"LocalIpAddress": "sample string 9",
"IpAddress": "sample string 10",
"DbUserAccount": "sample string 11",
"RequestType": 0,
"CandidateId": 1,
"OtherDesignation": "sample string 12",
"CandidatePreviousEmploymentId": 13,
"Source": "sample string 14",
"CandidateMode": "sample string 15",
"PrevEmployeeCode": "sample string 16",
"Department": "sample string 17",
"ContactDetails": "sample string 18",
"Manager": "sample string 19",
"ManagerDesignation": "sample string 20",
"OfficeContactDetails": "sample string 21",
"AgencyCompanyName": "sample string 22",
"AgencyAddress": "sample string 23",
"AgencyContactDetails": "sample string 24",
"ReasonForLeaving": "sample string 25",
"NatureOfEmployment": 1,
"CountryId": 64,
"CountryName": "sample string 26",
"StateId": 1,
"StateName": "sample string 27",
"CityId": 1,
"CityName": "sample string 28",
"NatureOfEmploymentName": "sample string 29"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.