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>703fceb0-88c2-4883-bcff-d0d1cf4a39d7</ID> <SiteID>95b076aa-4be7-4bd4-aae8-510e12d7b323</SiteID> <IndividualID>fafef178-4d7b-4451-a616-fc501fbab145</IndividualID> <OrganizationID>38f279b0-f3c8-4e9c-9cbc-2e4cfa80996c</OrganizationID> <ReportsToID>00bf9086-3263-4133-9bc9-5523b7210719</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "703fceb0-88c2-4883-bcff-d0d1cf4a39d7",
"SiteID": "95b076aa-4be7-4bd4-aae8-510e12d7b323",
"IndividualID": "fafef178-4d7b-4451-a616-fc501fbab145",
"OrganizationID": "38f279b0-f3c8-4e9c-9cbc-2e4cfa80996c",
"ReportsToID": "00bf9086-3263-4133-9bc9-5523b7210719",
"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>cdc9e4d7-9201-4732-ad38-8fc1e3afbe34</ID> <SiteID>abcac6d8-ef3c-46f1-a7a7-61bffc899016</SiteID> <IndividualID>d0e151b3-5869-4af1-bac9-231da03f2817</IndividualID> <OrganizationID>61e4ca12-a7a6-448e-b6fe-562fbbf6d03c</OrganizationID> <ReportsToID>27520639-8a56-4059-baaa-5dccd972bca0</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": "cdc9e4d7-9201-4732-ad38-8fc1e3afbe34",
"SiteID": "abcac6d8-ef3c-46f1-a7a7-61bffc899016",
"IndividualID": "d0e151b3-5869-4af1-bac9-231da03f2817",
"OrganizationID": "61e4ca12-a7a6-448e-b6fe-562fbbf6d03c",
"ReportsToID": "27520639-8a56-4059-baaa-5dccd972bca0",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}