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>a28e1576-cf9b-4e31-8aaa-92c6746f52a9</ID> <SiteID>0a17eff7-dc64-4dea-9e5f-ee968f26cff0</SiteID> <IndividualID>88ded6d8-e150-43ff-ab13-844855acf54b</IndividualID> <OrganizationID>a9e97670-8541-4f85-a6c5-e3bfd2fa9e07</OrganizationID> <ReportsToID>86fc02e8-3b97-4d61-b07d-5a33aad928c7</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "a28e1576-cf9b-4e31-8aaa-92c6746f52a9", "SiteID": "0a17eff7-dc64-4dea-9e5f-ee968f26cff0", "IndividualID": "88ded6d8-e150-43ff-ab13-844855acf54b", "OrganizationID": "a9e97670-8541-4f85-a6c5-e3bfd2fa9e07", "ReportsToID": "86fc02e8-3b97-4d61-b07d-5a33aad928c7", "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>9fd93985-7e57-4d6a-b7fb-e1933e2d3b10</ID> <SiteID>ce096171-0e42-4166-9f5b-51a3c0c15261</SiteID> <IndividualID>c1cb3cd3-9cad-4d1e-81aa-ef913471f0ff</IndividualID> <OrganizationID>80557154-c71a-41e0-a161-46c4308a443c</OrganizationID> <ReportsToID>9951f33d-78f7-4acf-85b1-24f547505d91</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": "9fd93985-7e57-4d6a-b7fb-e1933e2d3b10", "SiteID": "ce096171-0e42-4166-9f5b-51a3c0c15261", "IndividualID": "c1cb3cd3-9cad-4d1e-81aa-ef913471f0ff", "OrganizationID": "80557154-c71a-41e0-a161-46c4308a443c", "ReportsToID": "9951f33d-78f7-4acf-85b1-24f547505d91", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }