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>ac5ecc28-b071-440e-b6f0-0f46c18e7fed</ID> <SiteID>7e3eea0d-7984-4ff9-8221-60e38690be49</SiteID> <IndividualID>f75e98f8-0aee-444c-b3d0-aa8e5d007533</IndividualID> <OrganizationID>c55c8fd5-d804-4019-8c05-2f7dc21c35aa</OrganizationID> <ReportsToID>939a791d-b153-4781-a844-796693cad052</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": "ac5ecc28-b071-440e-b6f0-0f46c18e7fed",
"SiteID": "7e3eea0d-7984-4ff9-8221-60e38690be49",
"IndividualID": "f75e98f8-0aee-444c-b3d0-aa8e5d007533",
"OrganizationID": "c55c8fd5-d804-4019-8c05-2f7dc21c35aa",
"ReportsToID": "939a791d-b153-4781-a844-796693cad052",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}
|
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>354eb63c-d487-47e9-8191-8cdefb568e48</ID> <SiteID>c53619f1-051d-4c5c-ade2-dd466019d722</SiteID> <IndividualID>2284805c-1d06-436d-ac4e-d2e5dd77618a</IndividualID> <OrganizationID>29b05483-d832-4f81-a293-40159d6ccf3d</OrganizationID> <ReportsToID>5b999ae5-9f51-4ce4-bbc8-cd625d63b438</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": "354eb63c-d487-47e9-8191-8cdefb568e48",
"SiteID": "c53619f1-051d-4c5c-ade2-dd466019d722",
"IndividualID": "2284805c-1d06-436d-ac4e-d2e5dd77618a",
"OrganizationID": "29b05483-d832-4f81-a293-40159d6ccf3d",
"ReportsToID": "5b999ae5-9f51-4ce4-bbc8-cd625d63b438",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}