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>e107c44e-dc8b-4867-973d-58916473d099</ID> <AncestorID>da460657-da4c-44c2-913e-0f517acff41a</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "e107c44e-dc8b-4867-973d-58916473d099",
"AncestorID": "da460657-da4c-44c2-913e-0f517acff41a",
"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>165fe56e-e2d8-4605-a9ce-efb7bf381e44</ID>
<AncestorID>09296740-d069-42f2-b105-d1168ef72e1c</AncestorID>
<UserID>8044a49f-996d-473c-b0f5-136dd00fcd17</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-18T07:47:19.846449Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>6d81c575-effe-4961-a108-ff3bc2597aaa</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>8cd057e2-5e77-4846-b622-9b5869d4a5c3</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "165fe56e-e2d8-4605-a9ce-efb7bf381e44",
"AncestorID": "09296740-d069-42f2-b105-d1168ef72e1c",
"UserID": "8044a49f-996d-473c-b0f5-136dd00fcd17",
"Post": "sample string 1",
"PostDate": "2026-04-18T07:47:19.846449+00:00",
"SiteID": "6d81c575-effe-4961-a108-ff3bc2597aaa",
"IndividualFullName": "sample string 2",
"IndividualID": "8cd057e2-5e77-4846-b622-9b5869d4a5c3",
"UserName": "sample string 3"
}