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>ab4a7f6f-5ddf-40f3-a716-3197ed1fd0d0</ID> <SiteID>d9066e68-a3e2-4430-9191-ba5bc9319b41</SiteID> <IndividualID>53b88581-a733-43ef-ac75-f9c95af7b339</IndividualID> <OrganizationID>5b7ad878-98cf-4768-bea0-de5b645785fa</OrganizationID> <ReportsToID>2418ea1f-7f64-4a6f-bad2-4a7262a76556</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "ab4a7f6f-5ddf-40f3-a716-3197ed1fd0d0",
"SiteID": "d9066e68-a3e2-4430-9191-ba5bc9319b41",
"IndividualID": "53b88581-a733-43ef-ac75-f9c95af7b339",
"OrganizationID": "5b7ad878-98cf-4768-bea0-de5b645785fa",
"ReportsToID": "2418ea1f-7f64-4a6f-bad2-4a7262a76556",
"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>5c610f53-0cfe-4b25-908f-e9b9e60b2815</ID> <SiteID>77d8d6f9-7b06-4b90-8e88-cbfcdf69525c</SiteID> <IndividualID>1440d506-4494-49d9-b339-c210c36089f0</IndividualID> <OrganizationID>dd8256f4-0378-43c5-8a7b-8616a7b07d2c</OrganizationID> <ReportsToID>41a492f3-d6a8-422e-b79e-92ccf2581259</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": "5c610f53-0cfe-4b25-908f-e9b9e60b2815",
"SiteID": "77d8d6f9-7b06-4b90-8e88-cbfcdf69525c",
"IndividualID": "1440d506-4494-49d9-b339-c210c36089f0",
"OrganizationID": "dd8256f4-0378-43c5-8a7b-8616a7b07d2c",
"ReportsToID": "41a492f3-d6a8-422e-b79e-92ccf2581259",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}