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>055b950d-69b4-46ba-a1b6-ff490d42b396</ID> <SiteID>58a4c4f5-b236-4b09-b6e2-cddabacf8803</SiteID> <IndividualID>d9948dd9-2220-4ab5-b3df-18b118109302</IndividualID> <OrganizationID>939fc2ea-6282-4c90-82f4-02087b1b76bb</OrganizationID> <ReportsToID>cde3b795-b511-4db0-ad44-ff511a728ed7</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "055b950d-69b4-46ba-a1b6-ff490d42b396", "SiteID": "58a4c4f5-b236-4b09-b6e2-cddabacf8803", "IndividualID": "d9948dd9-2220-4ab5-b3df-18b118109302", "OrganizationID": "939fc2ea-6282-4c90-82f4-02087b1b76bb", "ReportsToID": "cde3b795-b511-4db0-ad44-ff511a728ed7", "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>34d4b7aa-f506-4a17-b1e4-cc359b3487f2</ID> <SiteID>86bef1c8-394d-4266-8088-d38069d710fd</SiteID> <IndividualID>ac7568d3-4ea8-49cc-8ee2-b2bd576de78e</IndividualID> <OrganizationID>81f93a83-abf1-4dfa-84f9-851c277537f0</OrganizationID> <ReportsToID>4469ee65-8bfb-48ad-804b-24085c801884</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": "34d4b7aa-f506-4a17-b1e4-cc359b3487f2", "SiteID": "86bef1c8-394d-4266-8088-d38069d710fd", "IndividualID": "ac7568d3-4ea8-49cc-8ee2-b2bd576de78e", "OrganizationID": "81f93a83-abf1-4dfa-84f9-851c277537f0", "ReportsToID": "4469ee65-8bfb-48ad-804b-24085c801884", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }