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>2be921b6-eee2-4958-a92f-d83d3665e164</ID> <AncestorID>a44df2f4-1561-4b24-a216-3799afdab482</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "2be921b6-eee2-4958-a92f-d83d3665e164", "AncestorID": "a44df2f4-1561-4b24-a216-3799afdab482", "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>aa071d05-4f6a-45c8-bede-3fdc1a110745</ID> <AncestorID>4eecc266-82b9-4e56-91cc-6e8a016510af</AncestorID> <UserID>1ef01273-2d3d-40d1-bc9f-998801020f43</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-08-26T17:23:14.4687424Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>d78c1646-c911-4a21-97c0-563e4b32346d</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>f7fa7c8d-8942-4ed9-8e71-952f4e9564b0</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "aa071d05-4f6a-45c8-bede-3fdc1a110745", "AncestorID": "4eecc266-82b9-4e56-91cc-6e8a016510af", "UserID": "1ef01273-2d3d-40d1-bc9f-998801020f43", "Post": "sample string 1", "PostDate": "2025-08-26T17:23:14.4687424+00:00", "SiteID": "d78c1646-c911-4a21-97c0-563e4b32346d", "IndividualFullName": "sample string 2", "IndividualID": "f7fa7c8d-8942-4ed9-8e71-952f4e9564b0", "UserName": "sample string 3" }