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>98c5d320-7924-4ee9-b320-11e123267f7d</ID> <SiteID>e0a2a69b-d3e3-4814-bbf3-588bdfa85bf4</SiteID> <IndividualID>928c2bba-1c50-4f59-9f85-d7ba7457e80e</IndividualID> <OrganizationID>155b5158-23c0-41f2-9ba9-cce8148498bb</OrganizationID> <ReportsToID>c8069260-1b4f-43d6-af66-990ad21d4091</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "98c5d320-7924-4ee9-b320-11e123267f7d", "SiteID": "e0a2a69b-d3e3-4814-bbf3-588bdfa85bf4", "IndividualID": "928c2bba-1c50-4f59-9f85-d7ba7457e80e", "OrganizationID": "155b5158-23c0-41f2-9ba9-cce8148498bb", "ReportsToID": "c8069260-1b4f-43d6-af66-990ad21d4091", "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>a8e39917-2f74-4b09-8bcd-2a9d472cf786</ID> <SiteID>f2ab95dd-633b-441a-9c43-bc6767919eff</SiteID> <IndividualID>6e9b4006-4f14-4076-9134-1661ab53950a</IndividualID> <OrganizationID>fd0f9a22-9e2f-4372-ac3b-5fe96babba1b</OrganizationID> <ReportsToID>80fc04e2-d2a7-431f-8ef6-205446eef227</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": "a8e39917-2f74-4b09-8bcd-2a9d472cf786", "SiteID": "f2ab95dd-633b-441a-9c43-bc6767919eff", "IndividualID": "6e9b4006-4f14-4076-9134-1661ab53950a", "OrganizationID": "fd0f9a22-9e2f-4372-ac3b-5fe96babba1b", "ReportsToID": "80fc04e2-d2a7-431f-8ef6-205446eef227", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }