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>64e8d9b4-8dda-4dbf-b0da-ea74294c97ad</ID> <AncestorID>b6ee8b94-1f4f-4ac0-bf31-6d3d7ba52649</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> </RelatedLink>
{ "ID": "64e8d9b4-8dda-4dbf-b0da-ea74294c97ad", "AncestorID": "b6ee8b94-1f4f-4ac0-bf31-6d3d7ba52649", "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>c4009b6f-3848-407f-b916-ecba49d4949a</ID> <AncestorID>65ce08de-2670-49c0-bcc9-43f6256dc3a0</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": "c4009b6f-3848-407f-b916-ecba49d4949a", "AncestorID": "65ce08de-2670-49c0-bcc9-43f6256dc3a0", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3", "Deleted": true, "DeletedByRef": true }