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>849d7bc0-2a11-4029-a538-269f8af5727b</ID> <AncestorID>b6f5779c-471e-45ac-b302-b1bb37cbd082</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "849d7bc0-2a11-4029-a538-269f8af5727b", "AncestorID": "b6f5779c-471e-45ac-b302-b1bb37cbd082", "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>9ab6b850-7742-42db-9b7c-20ecb459446f</ID> <AncestorID>712b3b15-d168-4026-bce5-46aadf097233</AncestorID> <UserID>4b548347-3eae-46dc-a2ad-5c3a6261ad8b</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-06-15T05:57:58.76767Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>a807112e-1f3c-449f-9029-354f10f9aadb</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>dbf96268-c048-4175-90b4-a4faac940534</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "9ab6b850-7742-42db-9b7c-20ecb459446f", "AncestorID": "712b3b15-d168-4026-bce5-46aadf097233", "UserID": "4b548347-3eae-46dc-a2ad-5c3a6261ad8b", "Post": "sample string 1", "PostDate": "2025-06-15T05:57:58.76767+00:00", "SiteID": "a807112e-1f3c-449f-9029-354f10f9aadb", "IndividualFullName": "sample string 2", "IndividualID": "dbf96268-c048-4175-90b4-a4faac940534", "UserName": "sample string 3" }