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>415b237c-e730-4e7f-81c7-88cfd4a8f036</ID> <SiteID>d95421bc-7b50-49b2-85da-037ec980c4c5</SiteID> <IndividualID>7bb5ccf2-c19f-435e-898a-b0d2888f3c54</IndividualID> <OrganizationID>3409fbd3-eca1-4403-ae75-ab7538d47e5a</OrganizationID> <ReportsToID>49f88a85-9076-4cc0-b960-ea930205cd29</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "415b237c-e730-4e7f-81c7-88cfd4a8f036", "SiteID": "d95421bc-7b50-49b2-85da-037ec980c4c5", "IndividualID": "7bb5ccf2-c19f-435e-898a-b0d2888f3c54", "OrganizationID": "3409fbd3-eca1-4403-ae75-ab7538d47e5a", "ReportsToID": "49f88a85-9076-4cc0-b960-ea930205cd29", "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>eca58f9c-334c-4f24-a8c6-2d80b79a1463</ID> <SiteID>b3f97cf9-7f54-40a0-baa2-384cf203334f</SiteID> <IndividualID>51394a7a-f79e-4a0f-a59c-f7e7330c677c</IndividualID> <OrganizationID>4b62a319-c1f4-4f44-b8e1-af7bace0393b</OrganizationID> <ReportsToID>711ac4c7-939b-429e-84be-2031e31d24c6</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": "eca58f9c-334c-4f24-a8c6-2d80b79a1463", "SiteID": "b3f97cf9-7f54-40a0-baa2-384cf203334f", "IndividualID": "51394a7a-f79e-4a0f-a59c-f7e7330c677c", "OrganizationID": "4b62a319-c1f4-4f44-b8e1-af7bace0393b", "ReportsToID": "711ac4c7-939b-429e-84be-2031e31d24c6", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }