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>019c8e18-1ea4-4d35-9f68-4ca3eda5fb72</ID> <SiteID>b5e1533f-f8ce-46bd-aeeb-56e7231ec180</SiteID> <IndividualID>42d1c85b-fd31-47c6-a410-22d344b5b68d</IndividualID> <OrganizationID>7af36c67-3967-4c14-b291-994eb6d31421</OrganizationID> <ReportsToID>63bfaa25-4e04-4e50-b26a-5a537dd3fbe4</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "019c8e18-1ea4-4d35-9f68-4ca3eda5fb72", "SiteID": "b5e1533f-f8ce-46bd-aeeb-56e7231ec180", "IndividualID": "42d1c85b-fd31-47c6-a410-22d344b5b68d", "OrganizationID": "7af36c67-3967-4c14-b291-994eb6d31421", "ReportsToID": "63bfaa25-4e04-4e50-b26a-5a537dd3fbe4", "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>f6b9170b-c408-4e28-9ff8-5c542eec33da</ID> <SiteID>0b4e79c0-22f7-4edc-8766-2a021690f615</SiteID> <IndividualID>dfdbe515-0f88-4c84-b410-4114921881ea</IndividualID> <OrganizationID>e9e1cf9c-18f8-4db0-a752-3d7eeed5f949</OrganizationID> <ReportsToID>ad1798eb-5082-454f-b346-51a8445eb4d8</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": "f6b9170b-c408-4e28-9ff8-5c542eec33da", "SiteID": "0b4e79c0-22f7-4edc-8766-2a021690f615", "IndividualID": "dfdbe515-0f88-4c84-b410-4114921881ea", "OrganizationID": "e9e1cf9c-18f8-4db0-a752-3d7eeed5f949", "ReportsToID": "ad1798eb-5082-454f-b346-51a8445eb4d8", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }