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>1d4ac3f5-34b5-4219-82a1-5abf725c682d</ID> <SiteID>0a4cd681-444c-4a39-b486-97b557810f17</SiteID> <IndividualID>2470efa1-fad0-4f50-93af-9fddc731630e</IndividualID> <OrganizationID>5fd29ea9-54c9-47ad-821a-0094f48df5aa</OrganizationID> <ReportsToID>577bb4b7-a7c7-46cf-9fa5-0aeb8c156a8b</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "1d4ac3f5-34b5-4219-82a1-5abf725c682d",
"SiteID": "0a4cd681-444c-4a39-b486-97b557810f17",
"IndividualID": "2470efa1-fad0-4f50-93af-9fddc731630e",
"OrganizationID": "5fd29ea9-54c9-47ad-821a-0094f48df5aa",
"ReportsToID": "577bb4b7-a7c7-46cf-9fa5-0aeb8c156a8b",
"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>639058af-d18e-4563-b267-73bfbd8f56f1</ID> <SiteID>44819610-b714-4953-ad72-f82fee792920</SiteID> <IndividualID>551c7ee7-63f0-4414-86a8-f6286756d0f0</IndividualID> <OrganizationID>902dd4d4-e0b2-4772-a378-43ef6fa9bca9</OrganizationID> <ReportsToID>e7f5f029-25c3-42eb-958d-ae9b9d480b5e</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": "639058af-d18e-4563-b267-73bfbd8f56f1",
"SiteID": "44819610-b714-4953-ad72-f82fee792920",
"IndividualID": "551c7ee7-63f0-4414-86a8-f6286756d0f0",
"OrganizationID": "902dd4d4-e0b2-4772-a378-43ef6fa9bca9",
"ReportsToID": "e7f5f029-25c3-42eb-958d-ae9b9d480b5e",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}