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>e5650072-e8c8-4343-bc22-4bbbc02d251a</ID> <SiteID>d7cf86ce-9952-4aa7-8ff0-6a50d3b7584a</SiteID> <IndividualID>ac3404aa-a282-4bcc-8ddb-733ffa577e03</IndividualID> <OrganizationID>ecd07d0a-bca3-4d4a-bf9c-b3b8c90ac832</OrganizationID> <ReportsToID>f566f75b-7719-4e5e-b6a8-fd1905898634</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "e5650072-e8c8-4343-bc22-4bbbc02d251a",
"SiteID": "d7cf86ce-9952-4aa7-8ff0-6a50d3b7584a",
"IndividualID": "ac3404aa-a282-4bcc-8ddb-733ffa577e03",
"OrganizationID": "ecd07d0a-bca3-4d4a-bf9c-b3b8c90ac832",
"ReportsToID": "f566f75b-7719-4e5e-b6a8-fd1905898634",
"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>39a416d2-12c2-49d5-b903-fe7d8db10dba</ID> <SiteID>92bcef98-a3d1-499b-9b9a-b119047ebdaa</SiteID> <IndividualID>015e94c4-8a2b-4036-8cc2-4c97f01e0d18</IndividualID> <OrganizationID>f4023785-1b9b-43c4-aebb-fecb7ed60cb0</OrganizationID> <ReportsToID>f6d70ecf-ea29-474d-8bdf-5b62388a00d1</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": "39a416d2-12c2-49d5-b903-fe7d8db10dba",
"SiteID": "92bcef98-a3d1-499b-9b9a-b119047ebdaa",
"IndividualID": "015e94c4-8a2b-4036-8cc2-4c97f01e0d18",
"OrganizationID": "f4023785-1b9b-43c4-aebb-fecb7ed60cb0",
"ReportsToID": "f6d70ecf-ea29-474d-8bdf-5b62388a00d1",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}