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>da4c5b1f-dd56-438e-a3eb-5a51d08b42a3</ID> <AncestorID>32b718d0-12d6-4ec6-a182-40b21ba30e89</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "da4c5b1f-dd56-438e-a3eb-5a51d08b42a3",
"AncestorID": "32b718d0-12d6-4ec6-a182-40b21ba30e89",
"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>43ddaa60-de99-45b8-9f29-770ceea3edfd</ID>
<AncestorID>c60a1856-7c04-47d0-ba46-2b34532dbf8e</AncestorID>
<UserID>5d5c88cd-cbb2-4bd5-b157-2cb3c3e6d372</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-16T03:35:40.3659879Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>2af0b1bd-0289-4b86-b373-91ab0d3a17fa</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>beef9a9f-03b2-4177-8cc5-89028b207cf5</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "43ddaa60-de99-45b8-9f29-770ceea3edfd",
"AncestorID": "c60a1856-7c04-47d0-ba46-2b34532dbf8e",
"UserID": "5d5c88cd-cbb2-4bd5-b157-2cb3c3e6d372",
"Post": "sample string 1",
"PostDate": "2025-11-16T03:35:40.3659879+00:00",
"SiteID": "2af0b1bd-0289-4b86-b373-91ab0d3a17fa",
"IndividualFullName": "sample string 2",
"IndividualID": "beef9a9f-03b2-4177-8cc5-89028b207cf5",
"UserName": "sample string 3"
}