POST api/Employee/UpdateEmployeeProfile
Request Information
URI Parameters
None.
Body Parameters
EmployeeProfileDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Employee_Id | string |
None. |
|
| Employee_First_Name | string |
None. |
|
| Employee_Middle_Name | string |
None. |
|
| Employee_Last_Name | string |
None. |
|
| MobileNumber | string |
None. |
|
| EmergencyContactNumber | string |
None. |
|
| string |
None. |
||
| StateName | string |
None. |
|
| CityName | string |
None. |
|
| StateId | integer |
None. |
|
| CityId | integer |
None. |
|
| Pincode | integer |
None. |
|
| EmployeeCurrentAddress | string |
None. |
|
| EmployeeDepartment | string |
None. |
|
| EmployeePic | string |
None. |
|
| Gender | string |
None. |
|
| CreatedDate | date |
None. |
|
| Company_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Employee_Id": "sample string 2",
"Employee_First_Name": "sample string 3",
"Employee_Middle_Name": "sample string 4",
"Employee_Last_Name": "sample string 5",
"MobileNumber": "sample string 6",
"EmergencyContactNumber": "sample string 7",
"Email": "sample string 8",
"StateName": "sample string 9",
"CityName": "sample string 10",
"StateId": 1,
"CityId": 1,
"Pincode": 1,
"EmployeeCurrentAddress": "sample string 11",
"EmployeeDepartment": "sample string 12",
"EmployeePic": "sample string 13",
"Gender": "sample string 14",
"CreatedDate": "2025-12-09T16:05:58.9507661+05:30",
"Company_Id": 1
}
application/xml, text/xml
Sample:
<EmployeeProfileDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VardaanCab.Domain.DTOAPI"> <CityId>1</CityId> <CityName>sample string 10</CityName> <Company_Id>1</Company_Id> <CreatedDate>2025-12-09T16:05:58.9507661+05:30</CreatedDate> <Email>sample string 8</Email> <EmergencyContactNumber>sample string 7</EmergencyContactNumber> <EmployeeCurrentAddress>sample string 11</EmployeeCurrentAddress> <EmployeeDepartment>sample string 12</EmployeeDepartment> <EmployeePic>sample string 13</EmployeePic> <Employee_First_Name>sample string 3</Employee_First_Name> <Employee_Id>sample string 2</Employee_Id> <Employee_Last_Name>sample string 5</Employee_Last_Name> <Employee_Middle_Name>sample string 4</Employee_Middle_Name> <Gender>sample string 14</Gender> <Id>1</Id> <MobileNumber>sample string 6</MobileNumber> <Pincode>1</Pincode> <StateId>1</StateId> <StateName>sample string 9</StateName> </EmployeeProfileDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.