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>33b5412e-a250-4a49-93a6-e6dddd384e90</ID> <AncestorID>c138d8d8-2976-4bc7-9f19-db4e54a75cc7</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "33b5412e-a250-4a49-93a6-e6dddd384e90", "AncestorID": "c138d8d8-2976-4bc7-9f19-db4e54a75cc7", "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>f683a145-ba23-4aaa-bb7e-d21dd094f971</ID> <AncestorID>c0baf1ac-ee69-4135-ae6a-579044f1b0fa</AncestorID> <UserID>363ca295-1d75-4f64-bbe1-b40f754e087f</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-10T02:37:05.8459485Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>08eb0a3e-f948-49b9-85b6-f073bde4d082</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>e72ad925-c655-4066-8a7e-26b487cbc6ef</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "f683a145-ba23-4aaa-bb7e-d21dd094f971", "AncestorID": "c0baf1ac-ee69-4135-ae6a-579044f1b0fa", "UserID": "363ca295-1d75-4f64-bbe1-b40f754e087f", "Post": "sample string 1", "PostDate": "2025-04-10T02:37:05.8459485+00:00", "SiteID": "08eb0a3e-f948-49b9-85b6-f073bde4d082", "IndividualFullName": "sample string 2", "IndividualID": "e72ad925-c655-4066-8a7e-26b487cbc6ef", "UserName": "sample string 3" }