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>5ae7c87e-1dae-472e-b7e2-c728d0c5b058</ID> <SiteID>c24884b3-9698-40ad-9be4-0d1dd567884e</SiteID> <IndividualID>a0266f51-3191-4259-afd7-4b311f8fbd1d</IndividualID> <OrganizationID>1075f4fc-6724-46c5-b724-0d4a758c2f9f</OrganizationID> <ReportsToID>b78af186-1e98-4821-84b9-2b051e5595e5</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "5ae7c87e-1dae-472e-b7e2-c728d0c5b058",
"SiteID": "c24884b3-9698-40ad-9be4-0d1dd567884e",
"IndividualID": "a0266f51-3191-4259-afd7-4b311f8fbd1d",
"OrganizationID": "1075f4fc-6724-46c5-b724-0d4a758c2f9f",
"ReportsToID": "b78af186-1e98-4821-84b9-2b051e5595e5",
"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>d13e99bf-029b-4fbf-92f1-40e8283ffa30</ID> <SiteID>e76fcc68-a3e3-49c4-864c-56974cf9773d</SiteID> <IndividualID>781cab4a-26b5-4fda-ba45-9b5fadc19f3f</IndividualID> <OrganizationID>76cf34f7-706c-4571-866f-ee37d755dc82</OrganizationID> <ReportsToID>039fc294-6286-4bc3-8c90-2ab14b473c14</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": "d13e99bf-029b-4fbf-92f1-40e8283ffa30",
"SiteID": "e76fcc68-a3e3-49c4-864c-56974cf9773d",
"IndividualID": "781cab4a-26b5-4fda-ba45-9b5fadc19f3f",
"OrganizationID": "76cf34f7-706c-4571-866f-ee37d755dc82",
"ReportsToID": "039fc294-6286-4bc3-8c90-2ab14b473c14",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}