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>b8c30e68-d3bd-40de-a9d4-6cf45cc18269</ID> <SiteID>98a77cda-de82-4152-be35-abb5b65690c5</SiteID> <IndividualID>db57d878-9ec5-40c2-8682-432aa7c2d1d2</IndividualID> <OrganizationID>568449e8-3ae0-471e-9f5f-640c55957bb0</OrganizationID> <ReportsToID>ccd93c8c-3716-49ab-9b45-95d75418dc7f</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "b8c30e68-d3bd-40de-a9d4-6cf45cc18269", "SiteID": "98a77cda-de82-4152-be35-abb5b65690c5", "IndividualID": "db57d878-9ec5-40c2-8682-432aa7c2d1d2", "OrganizationID": "568449e8-3ae0-471e-9f5f-640c55957bb0", "ReportsToID": "ccd93c8c-3716-49ab-9b45-95d75418dc7f", "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>80e8da9b-a1d1-4a05-99a9-67ec86fc86cc</ID> <SiteID>c6386d33-db95-4cc0-b3a7-4ba5003ed862</SiteID> <IndividualID>ad5e7e83-5c01-4006-b74f-7bbd9d07596e</IndividualID> <OrganizationID>1aba73fa-ec1b-4229-a78d-a4c9e72bfdd2</OrganizationID> <ReportsToID>3bd2b2e7-185f-4900-831f-15c06479326f</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": "80e8da9b-a1d1-4a05-99a9-67ec86fc86cc", "SiteID": "c6386d33-db95-4cc0-b3a7-4ba5003ed862", "IndividualID": "ad5e7e83-5c01-4006-b74f-7bbd9d07596e", "OrganizationID": "1aba73fa-ec1b-4229-a78d-a4c9e72bfdd2", "ReportsToID": "3bd2b2e7-185f-4900-831f-15c06479326f", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }