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>47e274fc-9ead-486b-82ff-6d0e342aade1</ID> <SiteID>22dc5486-2f8b-493a-beb7-d9dec325f811</SiteID> <IndividualID>1d5530c1-d81d-412d-8cfb-961b4fdc386f</IndividualID> <OrganizationID>072a87b6-4471-469b-8bce-dae9a7751670</OrganizationID> <ReportsToID>dacd14ae-07a3-475d-8d5e-2dd64b8f5651</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "47e274fc-9ead-486b-82ff-6d0e342aade1",
"SiteID": "22dc5486-2f8b-493a-beb7-d9dec325f811",
"IndividualID": "1d5530c1-d81d-412d-8cfb-961b4fdc386f",
"OrganizationID": "072a87b6-4471-469b-8bce-dae9a7751670",
"ReportsToID": "dacd14ae-07a3-475d-8d5e-2dd64b8f5651",
"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>be9b64d3-d70f-4101-a259-371858cae76d</ID> <SiteID>cdad7e2e-77a8-43b2-9983-b60ed1162155</SiteID> <IndividualID>806a6ba1-cc08-402f-941c-c1d544604259</IndividualID> <OrganizationID>4c7ffa50-bdbb-4a27-8384-17247db4ccb5</OrganizationID> <ReportsToID>d0df1ba5-3e27-4373-8e7b-1efdc17c6480</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": "be9b64d3-d70f-4101-a259-371858cae76d",
"SiteID": "cdad7e2e-77a8-43b2-9983-b60ed1162155",
"IndividualID": "806a6ba1-cc08-402f-941c-c1d544604259",
"OrganizationID": "4c7ffa50-bdbb-4a27-8384-17247db4ccb5",
"ReportsToID": "d0df1ba5-3e27-4373-8e7b-1efdc17c6480",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}