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>4ca3eb28-956a-441e-abcb-aa42c9857ffd</ID> <SiteID>b5d2dc72-9ea0-430a-a365-d21d0979abe9</SiteID> <IndividualID>de9b5882-0c75-4ff6-80c2-311649ceda28</IndividualID> <OrganizationID>4db0febc-a487-4455-9b6c-70763af276b8</OrganizationID> <ReportsToID>70201cef-be83-4c67-9bba-122cf218d3ab</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "4ca3eb28-956a-441e-abcb-aa42c9857ffd", "SiteID": "b5d2dc72-9ea0-430a-a365-d21d0979abe9", "IndividualID": "de9b5882-0c75-4ff6-80c2-311649ceda28", "OrganizationID": "4db0febc-a487-4455-9b6c-70763af276b8", "ReportsToID": "70201cef-be83-4c67-9bba-122cf218d3ab", "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>f95a0247-63f2-4df9-9aa4-1b446ca670f3</ID> <SiteID>c0e3555e-99a2-4760-b246-72311d659a16</SiteID> <IndividualID>a64aad85-c24f-41b3-865f-ffc8ba761579</IndividualID> <OrganizationID>c7e67fd0-96ca-45f1-9161-6afb6dc6fbcf</OrganizationID> <ReportsToID>19e67a19-2b62-4d7e-8953-77f256cbf35a</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": "f95a0247-63f2-4df9-9aa4-1b446ca670f3", "SiteID": "c0e3555e-99a2-4760-b246-72311d659a16", "IndividualID": "a64aad85-c24f-41b3-865f-ffc8ba761579", "OrganizationID": "c7e67fd0-96ca-45f1-9161-6afb6dc6fbcf", "ReportsToID": "19e67a19-2b62-4d7e-8953-77f256cbf35a", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }