Update a Comment.
id
globally unique identifier
Required
Guid ID of the comment to be updated. |
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to update a comment.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the given comment. |
AncestorID
globally unique identifier
Required on Create
Ancestor of the given comment. |
Post
string
Required
Contents of the given comment. |
UserID
globally unique identifier
ReadOnly
ID of the user that posted the given comment. |
PostDate
date
ReadOnly
Date the given comment was created. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given comment. |
IndividualFullName
string
ReadOnly
Full name of the individual that created the given comment. |
IndividualID
globally unique identifier
ReadOnly
ID of the individual that created the given comment. |
UserName
string
ReadOnly
User name of the individual that created the given comment. |
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>16f5c4e0-c860-445b-8044-db7763fc49fe</ID> <AncestorID>2f9171fe-f9af-4c82-b118-2ecc941d0e1a</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "16f5c4e0-c860-445b-8044-db7763fc49fe", "AncestorID": "2f9171fe-f9af-4c82-b118-2ecc941d0e1a", "Post": "sample string 1" }
ID
globally unique identifier
Required on Update
ID of the given comment. |
AncestorID
globally unique identifier
Required on Create
Ancestor of the given comment. |
Post
string
Required
Contents of the given comment. |
UserID
globally unique identifier
ReadOnly
ID of the user that posted the given comment. |
PostDate
date
ReadOnly
Date the given comment was created. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given comment. |
IndividualFullName
string
ReadOnly
Full name of the individual that created the given comment. |
IndividualID
globally unique identifier
ReadOnly
ID of the individual that created the given comment. |
UserName
string
ReadOnly
User name of the individual that created the given comment. |
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>dbc988d2-f8bb-4d6d-ae46-774180584d0c</ID> <AncestorID>474be513-ff3a-41b1-97a4-4f6fb8c720cb</AncestorID> <UserID>660ca9a4-f94f-4f4a-982a-7df0bdf63b0e</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-10T18:23:27.69407Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>2b6179b6-0378-4c9b-a768-1572cc3fffbe</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>adfe6b3b-bf02-4f85-97a9-76b2c603deb5</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "dbc988d2-f8bb-4d6d-ae46-774180584d0c", "AncestorID": "474be513-ff3a-41b1-97a4-4f6fb8c720cb", "UserID": "660ca9a4-f94f-4f4a-982a-7df0bdf63b0e", "Post": "sample string 1", "PostDate": "2025-09-10T18:23:27.69407+00:00", "SiteID": "2b6179b6-0378-4c9b-a768-1572cc3fffbe", "IndividualFullName": "sample string 2", "IndividualID": "adfe6b3b-bf02-4f85-97a9-76b2c603deb5", "UserName": "sample string 3" }