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>8df13996-329b-4e04-975d-703638f410ca</ID> <SiteID>ab3d425a-adaa-4ca9-a881-7b0490e4c098</SiteID> <IndividualID>ad1b85a3-7bf8-4ca1-9807-d7f5ab8e1358</IndividualID> <OrganizationID>30dc1851-2edf-41bc-a69f-2eccb37595ef</OrganizationID> <ReportsToID>38f8bba9-4930-4a47-b7da-6c83b58b87d8</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "8df13996-329b-4e04-975d-703638f410ca",
"SiteID": "ab3d425a-adaa-4ca9-a881-7b0490e4c098",
"IndividualID": "ad1b85a3-7bf8-4ca1-9807-d7f5ab8e1358",
"OrganizationID": "30dc1851-2edf-41bc-a69f-2eccb37595ef",
"ReportsToID": "38f8bba9-4930-4a47-b7da-6c83b58b87d8",
"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>6292c4ba-8bc6-4b78-8c30-6c16af3bed46</ID> <SiteID>a6fcf136-8e45-4044-a036-f899444c5e49</SiteID> <IndividualID>d518a0c3-6415-4777-b902-20550d91a543</IndividualID> <OrganizationID>e9717c62-c6b7-4161-b7f2-7beba1f6c70b</OrganizationID> <ReportsToID>655f1c3a-9e75-4e4e-972a-a6896aa77de2</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": "6292c4ba-8bc6-4b78-8c30-6c16af3bed46",
"SiteID": "a6fcf136-8e45-4044-a036-f899444c5e49",
"IndividualID": "d518a0c3-6415-4777-b902-20550d91a543",
"OrganizationID": "e9717c62-c6b7-4161-b7f2-7beba1f6c70b",
"ReportsToID": "655f1c3a-9e75-4e4e-972a-a6896aa77de2",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}