POST Employee/UpdateProfile
Request Information
URI Parameters
None.
Body Parameters
CustomEmployeeUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Area | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": "9c6ac4c0-7995-459c-b975-29400b0160dc",
"Name": "sample string 2",
"Email": "sample string 3",
"Phone": "sample string 4",
"Area": "sample string 5"
}
application/xml, text/xml
Sample:
<CustomEmployeeUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers"> <Area>sample string 5</Area> <Email>sample string 3</Email> <EmployeeId>9c6ac4c0-7995-459c-b975-29400b0160dc</EmployeeId> <Name>sample string 2</Name> <Phone>sample string 4</Phone> </CustomEmployeeUpdate>
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.