PUT api/Employees/{id}?FirstName={FirstName}&LastName={LastName}&Gender={Gender}&Salary={Salary}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Gender | string |
None. |
|
Salary | integer |
None. |
Body Parameters
integerRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |