POST api/EmployeeUpdate/AddExternalThought

Request Information

URI Parameters

None.

Body Parameters

ThoughtLeadership
NameDescriptionTypeAdditional information
id

integer

None.

title

string

None.

thoughtImageUrl

string

None.

thoughtUrl

string

None.

link

Link

None.

releaseDate

string

None.

employeeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "title": "sample string 2",
  "thoughtImageUrl": "sample string 3",
  "thoughtUrl": "sample string 4",
  "link": {
    "text": "sample string 1",
    "url": "sample string 2"
  },
  "releaseDate": "sample string 5",
  "employeeId": 6
}

application/xml, text/xml

Sample:
<ThoughtLeadership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models">
  <EmployeeId>6</EmployeeId>
  <Id>1</Id>
  <ReleaseDate>sample string 5</ReleaseDate>
  <SocialLink>
    <Text>sample string 1</Text>
    <Url>sample string 2</Url>
  </SocialLink>
  <ThoughtImageUrl>sample string 3</ThoughtImageUrl>
  <ThoughtUrl>sample string 4</ThoughtUrl>
  <Title>sample string 2</Title>
</ThoughtLeadership>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.