Update the organization member by the given relationship id.
id
globally unique identifier
Required
Guid ID of the relationship for the Organization and Individual. |
All the parameters needed to update an Organization 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. |
<OrganizationMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>fc78b8de-eb9c-49c9-9414-8c6f898abc45</ID> <SiteID>ba3fd98c-8c71-4dbb-a9af-ef98843e40b5</SiteID> <IndividualID>f3a6262b-e671-4452-a786-6c47ba91b562</IndividualID> <OrganizationID>5068f717-a7ae-4319-a42b-a476e002a742</OrganizationID> <ReportsToID>7f3df898-b7e2-418d-a9a6-c1effce94570</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "fc78b8de-eb9c-49c9-9414-8c6f898abc45", "SiteID": "ba3fd98c-8c71-4dbb-a9af-ef98843e40b5", "IndividualID": "f3a6262b-e671-4452-a786-6c47ba91b562", "OrganizationID": "5068f717-a7ae-4319-a42b-a476e002a742", "ReportsToID": "7f3df898-b7e2-418d-a9a6-c1effce94570", "Title": "sample string 4", "Primary": true, "Leader": true }
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. |
<OrganizationMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>bd8e04f9-224e-414e-82fa-e12c637cca10</ID> <SiteID>9a443605-458c-422d-a878-897ae14da372</SiteID> <IndividualID>dd4cf311-270c-430c-afa5-bb6bf0ff820b</IndividualID> <OrganizationID>e7cb5cfd-664c-4129-b2b3-1c5978ad503a</OrganizationID> <ReportsToID>62563674-c99a-4cd6-9012-1651fbe4d337</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> <Name>sample string 5</Name> <ReportsToFull>sample string 6</ReportsToFull> <ReportsToOrderedName>sample string 7</ReportsToOrderedName> </OrganizationMember>
{ "ID": "bd8e04f9-224e-414e-82fa-e12c637cca10", "SiteID": "9a443605-458c-422d-a878-897ae14da372", "IndividualID": "dd4cf311-270c-430c-afa5-bb6bf0ff820b", "OrganizationID": "e7cb5cfd-664c-4129-b2b3-1c5978ad503a", "ReportsToID": "62563674-c99a-4cd6-9012-1651fbe4d337", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }