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>f194a93d-e1c3-4120-9c30-332db18bcafc</ID> <AncestorID>282dd1af-0fb2-42b4-867e-e02ced0b74d1</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "f194a93d-e1c3-4120-9c30-332db18bcafc", "AncestorID": "282dd1af-0fb2-42b4-867e-e02ced0b74d1", "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>d1ad29f7-28d1-4c27-a662-a6de8d2e8211</ID> <AncestorID>4ce4905c-4707-47f6-a5b1-00f7ff4e2159</AncestorID> <UserID>4d85a6c4-fbd2-401f-9373-dc9d90ad2777</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-02-05T00:34:12.1905697Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>943c1db6-77c4-4562-b1a1-014829f83cc7</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>90524df9-947f-43e6-b439-4a70fbdbfab6</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "d1ad29f7-28d1-4c27-a662-a6de8d2e8211", "AncestorID": "4ce4905c-4707-47f6-a5b1-00f7ff4e2159", "UserID": "4d85a6c4-fbd2-401f-9373-dc9d90ad2777", "Post": "sample string 1", "PostDate": "2025-02-05T00:34:12.1905697+00:00", "SiteID": "943c1db6-77c4-4562-b1a1-014829f83cc7", "IndividualFullName": "sample string 2", "IndividualID": "90524df9-947f-43e6-b439-4a70fbdbfab6", "UserName": "sample string 3" }