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>fccbfe07-c2bd-4f9a-90dd-67f5e3f8745b</ID> <AncestorID>1fc3c606-dbf9-49f4-8d27-b1ed96ba83f8</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "fccbfe07-c2bd-4f9a-90dd-67f5e3f8745b",
"AncestorID": "1fc3c606-dbf9-49f4-8d27-b1ed96ba83f8",
"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>a60171b8-c289-4edd-80bb-5da9cc35338d</ID>
<AncestorID>e9bfa892-fc18-4852-bfd2-66af679075b8</AncestorID>
<UserID>f2f1c424-b6ff-4fc8-bf99-92fc6b37a4e0</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-10-31T23:12:23.4221128Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>036f3236-1081-45a8-8665-b0ef4f8f9b49</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>0a59065b-26f9-4c98-9cbf-603cc4c0ba0f</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "a60171b8-c289-4edd-80bb-5da9cc35338d",
"AncestorID": "e9bfa892-fc18-4852-bfd2-66af679075b8",
"UserID": "f2f1c424-b6ff-4fc8-bf99-92fc6b37a4e0",
"Post": "sample string 1",
"PostDate": "2025-10-31T23:12:23.4221128+00:00",
"SiteID": "036f3236-1081-45a8-8665-b0ef4f8f9b49",
"IndividualFullName": "sample string 2",
"IndividualID": "0a59065b-26f9-4c98-9cbf-603cc4c0ba0f",
"UserName": "sample string 3"
}