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>4408fc6e-63ff-48ad-9c5b-bdda7af6643d</ID> <AncestorID>402cab11-e54f-4874-8492-bb5faa2a8165</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "4408fc6e-63ff-48ad-9c5b-bdda7af6643d", "AncestorID": "402cab11-e54f-4874-8492-bb5faa2a8165", "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>c0ace6ab-749c-4126-99f0-7309bee46710</ID> <AncestorID>2646a4f4-d629-403d-af93-18f70504b584</AncestorID> <UserID>1c5c270c-0244-46e4-ac47-72b197bb4d07</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-08-04T04:05:29.1632011Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>1bc82741-5f88-4fc5-88f4-a0a9bc6b00ce</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>bb7ea51a-8c68-4c84-aa04-d0ef5a36419f</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "c0ace6ab-749c-4126-99f0-7309bee46710", "AncestorID": "2646a4f4-d629-403d-af93-18f70504b584", "UserID": "1c5c270c-0244-46e4-ac47-72b197bb4d07", "Post": "sample string 1", "PostDate": "2025-08-04T04:05:29.1632011+00:00", "SiteID": "1bc82741-5f88-4fc5-88f4-a0a9bc6b00ce", "IndividualFullName": "sample string 2", "IndividualID": "bb7ea51a-8c68-4c84-aa04-d0ef5a36419f", "UserName": "sample string 3" }