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>700261df-0134-4830-af90-9910b97cd616</ID> <SiteID>1227ccba-b636-4ec0-b741-5f37ed8d1d75</SiteID> <IndividualID>910e50e2-58a0-4bd7-86c3-4d2cc0b406e6</IndividualID> <OrganizationID>a8e47af9-c6ea-4502-8d77-4342ee143ccb</OrganizationID> <ReportsToID>528def29-2864-4129-b55c-a86aa57be33f</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "700261df-0134-4830-af90-9910b97cd616", "SiteID": "1227ccba-b636-4ec0-b741-5f37ed8d1d75", "IndividualID": "910e50e2-58a0-4bd7-86c3-4d2cc0b406e6", "OrganizationID": "a8e47af9-c6ea-4502-8d77-4342ee143ccb", "ReportsToID": "528def29-2864-4129-b55c-a86aa57be33f", "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>3cf414c0-929d-4f84-8693-6e35c50c2cb1</ID> <SiteID>d4a9c217-11cd-40b4-9929-29c500c91fca</SiteID> <IndividualID>692749c3-2d50-42a9-9538-0b299797e570</IndividualID> <OrganizationID>68ae2e69-f052-4157-8a7d-01c4286b6f69</OrganizationID> <ReportsToID>9382ffc0-ba4d-4d07-a6cc-087a60bfe442</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": "3cf414c0-929d-4f84-8693-6e35c50c2cb1", "SiteID": "d4a9c217-11cd-40b4-9929-29c500c91fca", "IndividualID": "692749c3-2d50-42a9-9538-0b299797e570", "OrganizationID": "68ae2e69-f052-4157-8a7d-01c4286b6f69", "ReportsToID": "9382ffc0-ba4d-4d07-a6cc-087a60bfe442", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }