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>2af59ade-57e6-4604-9b71-18e7d013ee86</ID> <SiteID>030f03f2-53fe-402d-ac77-b06b6eec4f44</SiteID> <IndividualID>92b0ebef-e17f-4282-9e10-6a37949f051b</IndividualID> <OrganizationID>6ceb89c5-afa8-46f7-99e9-c54e579e749e</OrganizationID> <ReportsToID>d70436c5-74d8-4b4a-9cd8-bbfcdfbc75a6</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "2af59ade-57e6-4604-9b71-18e7d013ee86", "SiteID": "030f03f2-53fe-402d-ac77-b06b6eec4f44", "IndividualID": "92b0ebef-e17f-4282-9e10-6a37949f051b", "OrganizationID": "6ceb89c5-afa8-46f7-99e9-c54e579e749e", "ReportsToID": "d70436c5-74d8-4b4a-9cd8-bbfcdfbc75a6", "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>1983f173-4257-40ae-9676-eae72e04d4ec</ID> <SiteID>9a8add49-4ec5-49ba-8dd9-634a7a74a64b</SiteID> <IndividualID>b9843382-607c-40ed-8143-ad31d291986b</IndividualID> <OrganizationID>7b2aff52-ebf7-4488-9e3f-eeaab4cec435</OrganizationID> <ReportsToID>96c87633-f4ff-4268-964f-03c3fa328ba8</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": "1983f173-4257-40ae-9676-eae72e04d4ec", "SiteID": "9a8add49-4ec5-49ba-8dd9-634a7a74a64b", "IndividualID": "b9843382-607c-40ed-8143-ad31d291986b", "OrganizationID": "7b2aff52-ebf7-4488-9e3f-eeaab4cec435", "ReportsToID": "96c87633-f4ff-4268-964f-03c3fa328ba8", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }