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>139cc1cc-0853-440e-b38b-59dfa6f885b5</ID> <SiteID>66217fa1-af57-45d0-8a67-3f827e9c40ff</SiteID> <IndividualID>4721e632-bbf6-47f8-af4c-27f1b203debc</IndividualID> <OrganizationID>63f0f523-210c-496d-9b1f-a38c47ebb3cd</OrganizationID> <ReportsToID>0daea631-c7e0-4488-8657-a3a50aa44586</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "139cc1cc-0853-440e-b38b-59dfa6f885b5",
"SiteID": "66217fa1-af57-45d0-8a67-3f827e9c40ff",
"IndividualID": "4721e632-bbf6-47f8-af4c-27f1b203debc",
"OrganizationID": "63f0f523-210c-496d-9b1f-a38c47ebb3cd",
"ReportsToID": "0daea631-c7e0-4488-8657-a3a50aa44586",
"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>e57415bc-bba1-4980-815d-c6e2ae068f20</ID> <SiteID>60ada542-45d3-43cd-ac5b-92d4fd6f735c</SiteID> <IndividualID>f6e16700-d974-4d5d-ac6c-0b57b8f4dcca</IndividualID> <OrganizationID>196840f2-d704-4f91-a771-452f89bd2912</OrganizationID> <ReportsToID>1725b3dc-519c-4855-b34f-ef3f2a93a8b8</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": "e57415bc-bba1-4980-815d-c6e2ae068f20",
"SiteID": "60ada542-45d3-43cd-ac5b-92d4fd6f735c",
"IndividualID": "f6e16700-d974-4d5d-ac6c-0b57b8f4dcca",
"OrganizationID": "196840f2-d704-4f91-a771-452f89bd2912",
"ReportsToID": "1725b3dc-519c-4855-b34f-ef3f2a93a8b8",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}