Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
id globally unique identifier Required

Guid ID of the relationship between a department and individual.

Body Parameters (OrganizationMember)

All the required information for the member.

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID globally unique identifier Required on Update

ID of the relationship between Organization and Member

SiteID globally unique identifier

ID of the site for the individual.

IndividualID globally unique identifier Required

ID of the given individual

OrganizationID globally unique identifier Required

ID of the organiztion/department the Individual is a member of

ReportsToID globally unique identifier

ID of the individual that the given individual reports to

Title string

Title of the given individual

Primary boolean

Denotes if this is the primary department/organization for the given individual. (Defaults to false)

Leader boolean

Denotes if the member is the leader of the department. (Defaults to false)

Name string

Name of the given individual

ReportsToFull string

Full name of the individual that the given individual reports to.

ReportsToOrderedName string

Full ordered name of the individual that the given individual reports to.

Request Formats

application/xml, text/xml

Sample
<OrganizationMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>1a74fb4f-328f-4ef7-a727-0c00e8297f9b</ID>
  <SiteID>0d72befa-1bbb-40ac-8a1f-a6d65b2a1ba9</SiteID>
  <IndividualID>1feb5a6e-8a38-4f81-954b-fbbda56fe035</IndividualID>
  <OrganizationID>6760d31e-34d1-4385-bfdc-c6a2ca0f9f5c</OrganizationID>
  <ReportsToID>11241bdb-cd17-447a-8e91-2e7f9e926db1</ReportsToID>
  <Title>sample string 4</Title>
  <Primary>true</Primary>
  <Leader>true</Leader>
</OrganizationMember>

application/json, text/json

Sample
{
  "ID": "1a74fb4f-328f-4ef7-a727-0c00e8297f9b",
  "SiteID": "0d72befa-1bbb-40ac-8a1f-a6d65b2a1ba9",
  "IndividualID": "1feb5a6e-8a38-4f81-954b-fbbda56fe035",
  "OrganizationID": "6760d31e-34d1-4385-bfdc-c6a2ca0f9f5c",
  "ReportsToID": "11241bdb-cd17-447a-8e91-2e7f9e926db1",
  "Title": "sample string 4",
  "Primary": true,
  "Leader": true
}

Response Information

Resource Description (IHttpActionResult)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample

Sample not available.