POST api/EmployeeUpdate/UpdateProfessionalInterests
Request Information
URI Parameters
None.
Body Parameters
EmployeeProfessionalInterestName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
EmployeeId | string |
None. |
|
Links | Collection of Link |
None. |
Request Formats
application/json, text/json
Sample:
{ "email": "sample string 1", "employeeId": "sample string 2", "links": [ { "text": "sample string 1", "url": "sample string 2" }, { "text": "sample string 1", "url": "sample string 2" } ] }
application/xml, text/xml
Sample:
<EmployeeProfessionalInterest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models"> <Email>sample string 1</Email> <EmployeeId>sample string 2</EmployeeId> <Links> <Link> <Text>sample string 1</Text> <Url>sample string 2</Url> </Link> <Link> <Text>sample string 1</Text> <Url>sample string 2</Url> </Link> </Links> </EmployeeProfessionalInterest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |