Update related link.
id
globally unique identifier
Required
Guid ID of the related link to be updated. |
This object takes all the parameters needed to update an accountability.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the related link. |
AncestorID
globally unique identifier
Required on Create
ID of the ancester for the related links. |
Name
string
Required
Name of the related link. (Max length 255 characters) |
Rank
integer
Required
Rank of the related link. |
URL
string
Required
URL of the related link. |
Description
string
Required
Description of the related link. |
Deleted
boolean
ReadOnly
Deleted status of the related link. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the related link. |
<RelatedLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>518ec07a-955b-4421-a9d0-7b624e46e552</ID> <AncestorID>10e85f56-8423-449a-b27d-19239324f00c</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> </RelatedLink>
{ "ID": "518ec07a-955b-4421-a9d0-7b624e46e552", "AncestorID": "10e85f56-8423-449a-b27d-19239324f00c", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3" }
ID
globally unique identifier
Required on Update
ID of the related link. |
AncestorID
globally unique identifier
Required on Create
ID of the ancester for the related links. |
Name
string
Required
Name of the related link. (Max length 255 characters) |
Rank
integer
Required
Rank of the related link. |
URL
string
Required
URL of the related link. |
Description
string
Required
Description of the related link. |
Deleted
boolean
ReadOnly
Deleted status of the related link. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the related link. |
<RelatedLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>987c4198-08a2-42a9-8212-a5b9f2d8834e</ID> <AncestorID>870eaa30-e8ca-4653-a60a-a82e00bb6c8b</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </RelatedLink>
{ "ID": "987c4198-08a2-42a9-8212-a5b9f2d8834e", "AncestorID": "870eaa30-e8ca-4653-a60a-a82e00bb6c8b", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3", "Deleted": true, "DeletedByRef": true }