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>af1926fc-263c-4e9c-aac7-2452873a96c4</ID> <SiteID>6a85a1be-17a8-4233-8cf6-030fb7ba3ea4</SiteID> <IndividualID>dff35e08-52f6-444e-965e-fc177ca778fc</IndividualID> <OrganizationID>62f8303a-f674-43ba-affa-aa1c8b7f0707</OrganizationID> <ReportsToID>5b423c8c-7c2d-4b10-8b75-0b3f4d1a6126</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "af1926fc-263c-4e9c-aac7-2452873a96c4", "SiteID": "6a85a1be-17a8-4233-8cf6-030fb7ba3ea4", "IndividualID": "dff35e08-52f6-444e-965e-fc177ca778fc", "OrganizationID": "62f8303a-f674-43ba-affa-aa1c8b7f0707", "ReportsToID": "5b423c8c-7c2d-4b10-8b75-0b3f4d1a6126", "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>9f563d35-75d2-4b85-a9f2-4c63f0282b62</ID> <SiteID>db76474e-d498-46b3-b6fb-bfbcdb99ac45</SiteID> <IndividualID>87f93aef-cb66-4a9a-a2ab-8c4f4ef9541f</IndividualID> <OrganizationID>d65fa274-4390-4403-9db9-d038a3cc7758</OrganizationID> <ReportsToID>8351517d-75b5-44d9-aba1-21a85c4a946b</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": "9f563d35-75d2-4b85-a9f2-4c63f0282b62", "SiteID": "db76474e-d498-46b3-b6fb-bfbcdb99ac45", "IndividualID": "87f93aef-cb66-4a9a-a2ab-8c4f4ef9541f", "OrganizationID": "d65fa274-4390-4403-9db9-d038a3cc7758", "ReportsToID": "8351517d-75b5-44d9-aba1-21a85c4a946b", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }