POST api/EmployeeUpdate/UpdateBusinessResourceGroups

Request Information

URI Parameters

None.

Body Parameters

EmploeeBusinessResourceGroup
NameDescriptionTypeAdditional information
Email

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:
<EmploeeBusinessResourceGroup 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>
</EmploeeBusinessResourceGroup>

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.