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>e4c70930-c230-441f-bf1a-223f18e80d8c</ID> <SiteID>1c561670-b54b-477f-be12-5a694510290e</SiteID> <IndividualID>225c0283-2efa-4993-9fdb-b2ebb55f5a5d</IndividualID> <OrganizationID>0e6d85dc-85b4-46e8-882b-dec1b3bac7fd</OrganizationID> <ReportsToID>0518c4c7-9b15-4cd6-97d4-62459bd2b07f</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "e4c70930-c230-441f-bf1a-223f18e80d8c",
"SiteID": "1c561670-b54b-477f-be12-5a694510290e",
"IndividualID": "225c0283-2efa-4993-9fdb-b2ebb55f5a5d",
"OrganizationID": "0e6d85dc-85b4-46e8-882b-dec1b3bac7fd",
"ReportsToID": "0518c4c7-9b15-4cd6-97d4-62459bd2b07f",
"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>eda71054-9120-4bf0-946a-a7eb605e036c</ID> <SiteID>a4bb3f40-56ab-47c8-acf2-c2f704722425</SiteID> <IndividualID>a37a46e2-6c76-4764-8b70-b60fcc5ee4ca</IndividualID> <OrganizationID>c6c324fb-bed7-4935-9bac-5ee2ca147b08</OrganizationID> <ReportsToID>35b56acb-7e1d-498b-aa18-4136a0489955</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": "eda71054-9120-4bf0-946a-a7eb605e036c",
"SiteID": "a4bb3f40-56ab-47c8-acf2-c2f704722425",
"IndividualID": "a37a46e2-6c76-4764-8b70-b60fcc5ee4ca",
"OrganizationID": "c6c324fb-bed7-4935-9bac-5ee2ca147b08",
"ReportsToID": "35b56acb-7e1d-498b-aa18-4136a0489955",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}