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>c0e64d70-b749-48d5-8787-3c81af418e58</ID> <SiteID>097b5281-a551-4bbe-a1e7-4b6cb35a89b4</SiteID> <IndividualID>e0bda151-cfa6-45ed-bee0-c756c72cb2a0</IndividualID> <OrganizationID>b8e9a774-c8be-4025-910c-75c0561a3527</OrganizationID> <ReportsToID>1b3c7d71-be05-4a2d-b083-23db8aec6db5</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "c0e64d70-b749-48d5-8787-3c81af418e58",
"SiteID": "097b5281-a551-4bbe-a1e7-4b6cb35a89b4",
"IndividualID": "e0bda151-cfa6-45ed-bee0-c756c72cb2a0",
"OrganizationID": "b8e9a774-c8be-4025-910c-75c0561a3527",
"ReportsToID": "1b3c7d71-be05-4a2d-b083-23db8aec6db5",
"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>0e30f378-711e-4b84-9a62-216d653ffcf4</ID> <SiteID>8174e308-d2b8-4669-8b50-5ad3b4b39b2f</SiteID> <IndividualID>eee425bc-3610-4fe6-9dc1-674bcb68f458</IndividualID> <OrganizationID>b22c36c1-79ff-420e-895a-4802163449d5</OrganizationID> <ReportsToID>3e0a85e1-a136-4beb-9f67-877b3d19e161</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": "0e30f378-711e-4b84-9a62-216d653ffcf4",
"SiteID": "8174e308-d2b8-4669-8b50-5ad3b4b39b2f",
"IndividualID": "eee425bc-3610-4fe6-9dc1-674bcb68f458",
"OrganizationID": "b22c36c1-79ff-420e-895a-4802163449d5",
"ReportsToID": "3e0a85e1-a136-4beb-9f67-877b3d19e161",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}