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>33f02ee0-3bfe-4b1d-ad29-fb5a0ca19a0f</ID> <SiteID>c5bc54e3-0ab5-4d4d-8edb-b8857dfeb2ff</SiteID> <IndividualID>5462c390-e240-4a7d-a078-b96b58b1bf29</IndividualID> <OrganizationID>34e5c2d7-f181-4c99-addc-8f81fa44abb5</OrganizationID> <ReportsToID>17b14050-ce1e-4d36-b958-2a8187527197</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "33f02ee0-3bfe-4b1d-ad29-fb5a0ca19a0f", "SiteID": "c5bc54e3-0ab5-4d4d-8edb-b8857dfeb2ff", "IndividualID": "5462c390-e240-4a7d-a078-b96b58b1bf29", "OrganizationID": "34e5c2d7-f181-4c99-addc-8f81fa44abb5", "ReportsToID": "17b14050-ce1e-4d36-b958-2a8187527197", "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>3231e9a6-483f-41ef-8646-a1b98ea9485a</ID> <SiteID>3dd1fd97-5ad6-4ece-9bce-cecc0dbbefe6</SiteID> <IndividualID>70a5607e-63db-4bcc-83cf-b37df9dc3584</IndividualID> <OrganizationID>46a39f26-887f-446d-af88-57f4f7a3aee6</OrganizationID> <ReportsToID>faca9ab3-8d32-45ef-9301-8a9d9b6cb468</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": "3231e9a6-483f-41ef-8646-a1b98ea9485a", "SiteID": "3dd1fd97-5ad6-4ece-9bce-cecc0dbbefe6", "IndividualID": "70a5607e-63db-4bcc-83cf-b37df9dc3584", "OrganizationID": "46a39f26-887f-446d-af88-57f4f7a3aee6", "ReportsToID": "faca9ab3-8d32-45ef-9301-8a9d9b6cb468", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }