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>1fef91ee-f376-43f8-b981-007575c4d2d2</ID> <AncestorID>f645dfd6-c0fc-4cc7-88da-47eab4c6d052</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "1fef91ee-f376-43f8-b981-007575c4d2d2", "AncestorID": "f645dfd6-c0fc-4cc7-88da-47eab4c6d052", "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>8897aca2-7b71-4322-8411-4d6e774d0a67</ID> <AncestorID>bafe0abf-4e43-4209-ab1f-17af7e6d2865</AncestorID> <UserID>65dcfd5a-8716-44f8-a650-05738679a2a3</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-06-20T09:38:16.8586233Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>029ec9c3-94e2-49f9-89e5-01af88aa67b4</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>c5cf5455-b3d1-4ac8-82d8-f3638c50698e</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "8897aca2-7b71-4322-8411-4d6e774d0a67", "AncestorID": "bafe0abf-4e43-4209-ab1f-17af7e6d2865", "UserID": "65dcfd5a-8716-44f8-a650-05738679a2a3", "Post": "sample string 1", "PostDate": "2025-06-20T09:38:16.8586233+00:00", "SiteID": "029ec9c3-94e2-49f9-89e5-01af88aa67b4", "IndividualFullName": "sample string 2", "IndividualID": "c5cf5455-b3d1-4ac8-82d8-f3638c50698e", "UserName": "sample string 3" }