Create related link.
None.
This object takes all the parameters needed to create a new 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>abb708d6-0a37-48a4-9f87-1627d3fb22ec</ID> <AncestorID>39a9de51-02a3-41f9-85cf-04c6bc6eec35</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> </RelatedLink>
{ "ID": "abb708d6-0a37-48a4-9f87-1627d3fb22ec", "AncestorID": "39a9de51-02a3-41f9-85cf-04c6bc6eec35", "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>3a4e3319-41c1-481a-93ed-344f28eb5eb3</ID> <AncestorID>e9be22fe-6b7a-43f4-94b2-a5413e5f4012</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": "3a4e3319-41c1-481a-93ed-344f28eb5eb3", "AncestorID": "e9be22fe-6b7a-43f4-94b2-a5413e5f4012", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3", "Deleted": true, "DeletedByRef": true }