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>053207fc-894d-4930-a573-ad8b26b397b5</ID> <SiteID>eb577c0a-d72c-4edd-b112-e1c216d0373e</SiteID> <IndividualID>ef55eff2-91a0-451b-ae4a-71ae03055825</IndividualID> <OrganizationID>bfcd3705-1e42-47ab-a04d-e7042b5a95b0</OrganizationID> <ReportsToID>2bf7d68e-b2e3-4f49-bf56-961adc1badb0</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "053207fc-894d-4930-a573-ad8b26b397b5",
"SiteID": "eb577c0a-d72c-4edd-b112-e1c216d0373e",
"IndividualID": "ef55eff2-91a0-451b-ae4a-71ae03055825",
"OrganizationID": "bfcd3705-1e42-47ab-a04d-e7042b5a95b0",
"ReportsToID": "2bf7d68e-b2e3-4f49-bf56-961adc1badb0",
"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>14625dfa-22df-4c13-bb4a-758698200f2e</ID> <SiteID>f4fd41d9-8313-42da-a28d-13742add7fb6</SiteID> <IndividualID>19f51b5e-c4ff-4e16-b92c-90d9ed03791d</IndividualID> <OrganizationID>bcba0620-e4c0-4613-8cd1-cf86edfcece4</OrganizationID> <ReportsToID>3fed1789-6a07-46e4-9faf-ef087bb58872</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": "14625dfa-22df-4c13-bb4a-758698200f2e",
"SiteID": "f4fd41d9-8313-42da-a28d-13742add7fb6",
"IndividualID": "19f51b5e-c4ff-4e16-b92c-90d9ed03791d",
"OrganizationID": "bcba0620-e4c0-4613-8cd1-cf86edfcece4",
"ReportsToID": "3fed1789-6a07-46e4-9faf-ef087bb58872",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}