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>2cde0663-0cf6-40e6-9b1b-58b5c30e12bb</ID> <SiteID>af79817a-5b22-4b84-ba49-e0b6b3ef6aca</SiteID> <IndividualID>86be598a-bf08-4ad9-bf08-6fb6af59e667</IndividualID> <OrganizationID>af667b16-9254-4f84-859c-4495048fddfd</OrganizationID> <ReportsToID>eb75d028-38d6-40f1-beb8-c06d1344c60c</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "2cde0663-0cf6-40e6-9b1b-58b5c30e12bb", "SiteID": "af79817a-5b22-4b84-ba49-e0b6b3ef6aca", "IndividualID": "86be598a-bf08-4ad9-bf08-6fb6af59e667", "OrganizationID": "af667b16-9254-4f84-859c-4495048fddfd", "ReportsToID": "eb75d028-38d6-40f1-beb8-c06d1344c60c", "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>7e2ffb1d-89c3-49a6-957e-6d80076b3a93</ID> <SiteID>327bf8c5-f6b6-4455-a4e8-1a87acd1c0a6</SiteID> <IndividualID>8645b8a6-7e99-4be2-9489-990a2c9630b5</IndividualID> <OrganizationID>11d501b1-66a7-4d40-b2c8-f4a2d2fc8f9c</OrganizationID> <ReportsToID>cd8c0b92-405e-4fc4-b767-71720a716416</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": "7e2ffb1d-89c3-49a6-957e-6d80076b3a93", "SiteID": "327bf8c5-f6b6-4455-a4e8-1a87acd1c0a6", "IndividualID": "8645b8a6-7e99-4be2-9489-990a2c9630b5", "OrganizationID": "11d501b1-66a7-4d40-b2c8-f4a2d2fc8f9c", "ReportsToID": "cd8c0b92-405e-4fc4-b767-71720a716416", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }