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>1660062e-6b6d-4844-8ea9-8ef793bd725d</ID> <SiteID>97bda9c7-7d0a-4fe9-bf62-6136e2b685fb</SiteID> <IndividualID>d889d613-6d8b-4e40-9bd1-1d50d036fc76</IndividualID> <OrganizationID>776066a2-fa79-4eae-b9e0-90a6c021a892</OrganizationID> <ReportsToID>9e7360f5-659b-4c67-9219-21e9ac812b0f</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "1660062e-6b6d-4844-8ea9-8ef793bd725d",
"SiteID": "97bda9c7-7d0a-4fe9-bf62-6136e2b685fb",
"IndividualID": "d889d613-6d8b-4e40-9bd1-1d50d036fc76",
"OrganizationID": "776066a2-fa79-4eae-b9e0-90a6c021a892",
"ReportsToID": "9e7360f5-659b-4c67-9219-21e9ac812b0f",
"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>af639b8a-621d-4244-9a9f-7995494607d3</ID> <SiteID>cde64715-7941-47a0-ad25-479bdddda684</SiteID> <IndividualID>e3a5a036-4ec5-44d5-8a40-759e45df4a0d</IndividualID> <OrganizationID>ed648adf-7323-4581-abfd-1b401afbe90f</OrganizationID> <ReportsToID>830911a4-51ad-4ee8-94f7-34519f5e7015</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": "af639b8a-621d-4244-9a9f-7995494607d3",
"SiteID": "cde64715-7941-47a0-ad25-479bdddda684",
"IndividualID": "e3a5a036-4ec5-44d5-8a40-759e45df4a0d",
"OrganizationID": "ed648adf-7323-4581-abfd-1b401afbe90f",
"ReportsToID": "830911a4-51ad-4ee8-94f7-34519f5e7015",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}