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>0198669c-4fea-4a9c-85af-f4ec78d63155</ID> <SiteID>cbd41008-a9f1-4b14-903b-774db88baa2a</SiteID> <IndividualID>e6282cdb-4c52-4755-8246-9508c9bc73d6</IndividualID> <OrganizationID>951b51a0-245e-4419-bd62-d2a55777cbbf</OrganizationID> <ReportsToID>40e7ab4f-8246-474e-833c-5a368b2ba2d0</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "0198669c-4fea-4a9c-85af-f4ec78d63155",
"SiteID": "cbd41008-a9f1-4b14-903b-774db88baa2a",
"IndividualID": "e6282cdb-4c52-4755-8246-9508c9bc73d6",
"OrganizationID": "951b51a0-245e-4419-bd62-d2a55777cbbf",
"ReportsToID": "40e7ab4f-8246-474e-833c-5a368b2ba2d0",
"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>6110afca-a1f7-471f-9790-ccf74847c6fe</ID> <SiteID>0bea5b21-3430-4b59-923f-696af4411bb7</SiteID> <IndividualID>e65eceef-b0a1-4163-b596-a7718ab5a480</IndividualID> <OrganizationID>045e9574-b938-4785-b89a-e8605faba3f6</OrganizationID> <ReportsToID>68de84aa-e93a-4132-88dd-6ea006dc1f4b</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": "6110afca-a1f7-471f-9790-ccf74847c6fe",
"SiteID": "0bea5b21-3430-4b59-923f-696af4411bb7",
"IndividualID": "e65eceef-b0a1-4163-b596-a7718ab5a480",
"OrganizationID": "045e9574-b938-4785-b89a-e8605faba3f6",
"ReportsToID": "68de84aa-e93a-4132-88dd-6ea006dc1f4b",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}