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>5a87b7ed-d524-4f08-b8cb-1d022d087fa9</ID> <AncestorID>572fea25-c7b4-4a6d-a6d1-00129c74c307</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> </RelatedLink>
{ "ID": "5a87b7ed-d524-4f08-b8cb-1d022d087fa9", "AncestorID": "572fea25-c7b4-4a6d-a6d1-00129c74c307", "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>06d11be4-342d-49ba-bdfa-9a8f33c2589a</ID> <AncestorID>1544dee7-8cfc-4ada-ae32-ca7243b89e8c</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": "06d11be4-342d-49ba-bdfa-9a8f33c2589a", "AncestorID": "1544dee7-8cfc-4ada-ae32-ca7243b89e8c", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3", "Deleted": true, "DeletedByRef": true }