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>76eeded8-c3a2-4900-bbff-15addb4207f8</ID> <SiteID>19f76db5-8557-4c00-be4d-602baeb2770a</SiteID> <IndividualID>6230d122-9406-4df8-9655-e6554e102fef</IndividualID> <OrganizationID>fbd3d825-806f-4d94-bffe-2f324c982ca8</OrganizationID> <ReportsToID>a325ba8e-ced1-49d9-9d78-95a27b1ef82a</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "76eeded8-c3a2-4900-bbff-15addb4207f8",
"SiteID": "19f76db5-8557-4c00-be4d-602baeb2770a",
"IndividualID": "6230d122-9406-4df8-9655-e6554e102fef",
"OrganizationID": "fbd3d825-806f-4d94-bffe-2f324c982ca8",
"ReportsToID": "a325ba8e-ced1-49d9-9d78-95a27b1ef82a",
"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>c99bb989-2898-495a-9c02-7c34a2864965</ID> <SiteID>89e68eeb-8c96-44d9-b6c8-ca6ff157f4b2</SiteID> <IndividualID>457e6c72-70a2-4df6-b3ed-57afc791194b</IndividualID> <OrganizationID>a9f2846b-e678-433b-aaae-62563247f223</OrganizationID> <ReportsToID>74c8618f-07e9-47aa-8040-cac398439bde</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": "c99bb989-2898-495a-9c02-7c34a2864965",
"SiteID": "89e68eeb-8c96-44d9-b6c8-ca6ff157f4b2",
"IndividualID": "457e6c72-70a2-4df6-b3ed-57afc791194b",
"OrganizationID": "a9f2846b-e678-433b-aaae-62563247f223",
"ReportsToID": "74c8618f-07e9-47aa-8040-cac398439bde",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}