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>9efcdcaf-fcfd-4241-a7b2-8ebc2c271f48</ID> <SiteID>d1861e12-83ae-462a-8ec4-2b6391bc430c</SiteID> <IndividualID>a6922b00-20bd-4840-a8f9-26ba11101ed1</IndividualID> <OrganizationID>de80956b-e729-4516-a306-e814e1673a47</OrganizationID> <ReportsToID>21c850ce-b3ed-487f-acab-a65ed70d2454</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "9efcdcaf-fcfd-4241-a7b2-8ebc2c271f48",
"SiteID": "d1861e12-83ae-462a-8ec4-2b6391bc430c",
"IndividualID": "a6922b00-20bd-4840-a8f9-26ba11101ed1",
"OrganizationID": "de80956b-e729-4516-a306-e814e1673a47",
"ReportsToID": "21c850ce-b3ed-487f-acab-a65ed70d2454",
"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>8776bac8-fb15-462c-86d1-abde4a767104</ID> <SiteID>5c907db0-80f6-493c-947f-5a1762c10fcf</SiteID> <IndividualID>4ac51995-8bf6-4aa4-9ef2-2d2bbd9bf07b</IndividualID> <OrganizationID>8cc0af0f-8f46-49a3-8a10-209ba0889acc</OrganizationID> <ReportsToID>0c359e65-86f0-47ad-a112-9802cb601042</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": "8776bac8-fb15-462c-86d1-abde4a767104",
"SiteID": "5c907db0-80f6-493c-947f-5a1762c10fcf",
"IndividualID": "4ac51995-8bf6-4aa4-9ef2-2d2bbd9bf07b",
"OrganizationID": "8cc0af0f-8f46-49a3-8a10-209ba0889acc",
"ReportsToID": "0c359e65-86f0-47ad-a112-9802cb601042",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}