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>66428212-1bdd-4243-9c8f-e75141f23985</ID> <AncestorID>b0a257a2-795a-4720-87c1-7d4902502a2c</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "66428212-1bdd-4243-9c8f-e75141f23985",
"AncestorID": "b0a257a2-795a-4720-87c1-7d4902502a2c",
"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>1c07209c-1ba5-463d-a2a9-c8e9bcaea531</ID>
<AncestorID>857a18a6-df26-4a08-9b67-ca2ffb7a303b</AncestorID>
<UserID>0d83005c-eacf-4bd7-94c0-ac0866d9cf66</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-08-17T03:21:32.1788782Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>b6f63e0b-2ccc-404d-8a86-047264635898</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>c3eb69a2-881c-4756-b9ea-805c977d7813</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "1c07209c-1ba5-463d-a2a9-c8e9bcaea531",
"AncestorID": "857a18a6-df26-4a08-9b67-ca2ffb7a303b",
"UserID": "0d83005c-eacf-4bd7-94c0-ac0866d9cf66",
"Post": "sample string 1",
"PostDate": "2026-08-17T03:21:32.1788782+00:00",
"SiteID": "b6f63e0b-2ccc-404d-8a86-047264635898",
"IndividualFullName": "sample string 2",
"IndividualID": "c3eb69a2-881c-4756-b9ea-805c977d7813",
"UserName": "sample string 3"
}