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>c49186fe-2ae0-4fd9-9fb0-02d4f9647c6e</ID> <SiteID>f93f0abc-34ee-4d93-b4c3-3e9cd088ed72</SiteID> <IndividualID>e04162e9-d8d2-4964-b5c7-e95c8a7595b6</IndividualID> <OrganizationID>87cd3f15-c3e3-4d4d-b315-d2cc8dfbf686</OrganizationID> <ReportsToID>1562179b-737d-4f14-99fd-84d4affd5f25</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{ "ID": "c49186fe-2ae0-4fd9-9fb0-02d4f9647c6e", "SiteID": "f93f0abc-34ee-4d93-b4c3-3e9cd088ed72", "IndividualID": "e04162e9-d8d2-4964-b5c7-e95c8a7595b6", "OrganizationID": "87cd3f15-c3e3-4d4d-b315-d2cc8dfbf686", "ReportsToID": "1562179b-737d-4f14-99fd-84d4affd5f25", "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>86385fce-ff60-416c-bead-404d3109e3d5</ID> <SiteID>9e891b8f-4a0b-4d59-9d2d-fd48d2e82157</SiteID> <IndividualID>52b19d31-3285-4015-8663-69ebc5fc32c8</IndividualID> <OrganizationID>58bd4ec9-6e34-4f16-b81a-efd3fac22706</OrganizationID> <ReportsToID>25477bf2-65d6-4ea9-973b-c26634b56101</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": "86385fce-ff60-416c-bead-404d3109e3d5", "SiteID": "9e891b8f-4a0b-4d59-9d2d-fd48d2e82157", "IndividualID": "52b19d31-3285-4015-8663-69ebc5fc32c8", "OrganizationID": "58bd4ec9-6e34-4f16-b81a-efd3fac22706", "ReportsToID": "25477bf2-65d6-4ea9-973b-c26634b56101", "Title": "sample string 4", "Primary": true, "Leader": true, "Name": "sample string 5", "ReportsToFull": "sample string 6", "ReportsToOrderedName": "sample string 7" }