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>c3079757-4d42-4a9a-97bf-5379ed5a0c88</ID> <SiteID>5f0ecfc8-dc51-44ed-84c2-1db6946d661e</SiteID> <IndividualID>2a049f02-e26a-4c77-8845-168d97b907ce</IndividualID> <OrganizationID>091d640d-4f63-4280-af9d-a1932aaccada</OrganizationID> <ReportsToID>f90c6ae0-0946-4143-a651-99ddd4c1db8c</ReportsToID> <Title>sample string 4</Title> <Primary>true</Primary> <Leader>true</Leader> </OrganizationMember>
{
"ID": "c3079757-4d42-4a9a-97bf-5379ed5a0c88",
"SiteID": "5f0ecfc8-dc51-44ed-84c2-1db6946d661e",
"IndividualID": "2a049f02-e26a-4c77-8845-168d97b907ce",
"OrganizationID": "091d640d-4f63-4280-af9d-a1932aaccada",
"ReportsToID": "f90c6ae0-0946-4143-a651-99ddd4c1db8c",
"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>9fbac9d9-1b19-45a3-909c-655d7eff46f7</ID> <SiteID>351cfd4f-7f59-4c9e-9274-7044ba1dd803</SiteID> <IndividualID>836137cf-34bf-48e4-b275-069c3ca9d503</IndividualID> <OrganizationID>2d2c415e-79ff-43ee-9eb0-db19841a5c31</OrganizationID> <ReportsToID>7d5f8936-bd00-43e3-af56-00672edb960e</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": "9fbac9d9-1b19-45a3-909c-655d7eff46f7",
"SiteID": "351cfd4f-7f59-4c9e-9274-7044ba1dd803",
"IndividualID": "836137cf-34bf-48e4-b275-069c3ca9d503",
"OrganizationID": "2d2c415e-79ff-43ee-9eb0-db19841a5c31",
"ReportsToID": "7d5f8936-bd00-43e3-af56-00672edb960e",
"Title": "sample string 4",
"Primary": true,
"Leader": true,
"Name": "sample string 5",
"ReportsToFull": "sample string 6",
"ReportsToOrderedName": "sample string 7"
}