PUT api/EmployeeMaster/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
tbl_EmployeeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Sno | integer |
None. |
|
| Emp_ID | string |
None. |
|
| Emp_Name | string |
None. |
|
| Emp_Mobile | string |
None. |
|
| Emp_Dept | string |
None. |
|
| Emp_Desig | string |
None. |
|
| Emp_Address | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sno": 1,
"Emp_ID": "sample string 2",
"Emp_Name": "sample string 3",
"Emp_Mobile": "sample string 4",
"Emp_Dept": "sample string 5",
"Emp_Desig": "sample string 6",
"Emp_Address": "sample string 7"
}
application/xml, text/xml
Sample:
<tbl_EmployeeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HsrAPIEntity.Models"> <Emp_Address>sample string 7</Emp_Address> <Emp_Dept>sample string 5</Emp_Dept> <Emp_Desig>sample string 6</Emp_Desig> <Emp_ID>sample string 2</Emp_ID> <Emp_Mobile>sample string 4</Emp_Mobile> <Emp_Name>sample string 3</Emp_Name> <Sno>1</Sno> </tbl_EmployeeMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |