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>93dcef07-ea96-4d9a-bba1-e5bdfa8f2ef7</ID> <SiteID>e920f09f-184a-4bba-839e-42d74b3908df</SiteID> <IndividualID>04ef1e9c-05bf-447f-b49f-2ccc4d2f383f</IndividualID> <OrganizationID>b0704301-529b-4eb4-904e-10547edbf08c</OrganizationID> <ReportsToID>cda099f6-0fbf-4684-a3c4-58644702947c</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "93dcef07-ea96-4d9a-bba1-e5bdfa8f2ef7", "SiteID": "e920f09f-184a-4bba-839e-42d74b3908df", "IndividualID": "04ef1e9c-05bf-447f-b49f-2ccc4d2f383f", "OrganizationID": "b0704301-529b-4eb4-904e-10547edbf08c", "ReportsToID": "cda099f6-0fbf-4684-a3c4-58644702947c", "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>f364969c-87de-4958-91fb-3d20cf71e022</ID> <SiteID>db84a35b-6ad8-4df8-bc0a-b56a1ba4b7ed</SiteID> <IndividualID>c7611143-0e69-41af-8dd6-d725069a7ff5</IndividualID> <OrganizationID>820b2db4-d1bc-4ec3-aad8-85c39ada0b2e</OrganizationID> <ReportsToID>e59963ca-7d3a-4a79-ac59-70b8d1da89f8</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": "f364969c-87de-4958-91fb-3d20cf71e022", "SiteID": "db84a35b-6ad8-4df8-bc0a-b56a1ba4b7ed", "IndividualID": "c7611143-0e69-41af-8dd6-d725069a7ff5", "OrganizationID": "820b2db4-d1bc-4ec3-aad8-85c39ada0b2e", "ReportsToID": "e59963ca-7d3a-4a79-ac59-70b8d1da89f8", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }