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>2d6f90f7-384a-46c9-b8a9-c935365bd409</ID> <AncestorID>3057af91-e873-4a9a-857e-4400bec32b12</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "2d6f90f7-384a-46c9-b8a9-c935365bd409",
"AncestorID": "3057af91-e873-4a9a-857e-4400bec32b12",
"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>40091d7b-dfca-40ed-b2b8-36f7a5dd8cb9</ID>
<AncestorID>fd026a3d-a6ab-467d-a725-082b5c56fad4</AncestorID>
<UserID>af07f810-f2f8-4780-81ac-c9b9aaae4c66</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-04T13:19:01.9349092Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>f2d5aa47-c52d-414a-aa59-c54494f67c9f</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>af0d3430-d0c0-4079-847b-e48768df5e99</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "40091d7b-dfca-40ed-b2b8-36f7a5dd8cb9",
"AncestorID": "fd026a3d-a6ab-467d-a725-082b5c56fad4",
"UserID": "af07f810-f2f8-4780-81ac-c9b9aaae4c66",
"Post": "sample string 1",
"PostDate": "2026-03-04T13:19:01.9349092+00:00",
"SiteID": "f2d5aa47-c52d-414a-aa59-c54494f67c9f",
"IndividualFullName": "sample string 2",
"IndividualID": "af0d3430-d0c0-4079-847b-e48768df5e99",
"UserName": "sample string 3"
}