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>22b0684c-3706-444b-b39a-8d979d9fc7b7</ID> <SiteID>9e9f043e-bb98-4f0d-a3e5-6842fd31c2e7</SiteID> <IndividualID>bd488c02-f3d2-48cd-8895-966aea9237e5</IndividualID> <OrganizationID>4c37efe0-397e-420f-a231-7cc7b20d29aa</OrganizationID> <ReportsToID>d668455a-efb6-43d9-8515-aa97256723c5</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "22b0684c-3706-444b-b39a-8d979d9fc7b7",
"SiteID": "9e9f043e-bb98-4f0d-a3e5-6842fd31c2e7",
"IndividualID": "bd488c02-f3d2-48cd-8895-966aea9237e5",
"OrganizationID": "4c37efe0-397e-420f-a231-7cc7b20d29aa",
"ReportsToID": "d668455a-efb6-43d9-8515-aa97256723c5",
"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>f06338ca-87a6-4b94-bd60-ac7e4cf941d5</ID> <SiteID>9306566c-7cd7-4e0d-ac77-2abd64c0ee53</SiteID> <IndividualID>703b21f4-7f05-4528-8fc3-877a67255052</IndividualID> <OrganizationID>301a278e-01a4-4905-96dd-625e4a0cef8e</OrganizationID> <ReportsToID>f6cc0d79-a421-4a02-8448-8a8ba0eb5870</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": "f06338ca-87a6-4b94-bd60-ac7e4cf941d5",
"SiteID": "9306566c-7cd7-4e0d-ac77-2abd64c0ee53",
"IndividualID": "703b21f4-7f05-4528-8fc3-877a67255052",
"OrganizationID": "301a278e-01a4-4905-96dd-625e4a0cef8e",
"ReportsToID": "f6cc0d79-a421-4a02-8448-8a8ba0eb5870",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}