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>e063f683-f83e-44ec-a188-db285692386e</ID> <AncestorID>fa9c0f02-5d95-4172-819c-c387904939b1</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "e063f683-f83e-44ec-a188-db285692386e",
"AncestorID": "fa9c0f02-5d95-4172-819c-c387904939b1",
"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>c045fe94-09fd-43d2-bb45-7d279a210041</ID>
<AncestorID>6c526b98-aa70-4fc1-8e3e-1d48aeeb9106</AncestorID>
<UserID>3593335b-0bd9-4da2-b11e-2f264e312ef3</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-22T14:14:41.6600223Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>98f6cf15-7e9d-4313-a883-5e696959c1a3</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>f789901c-b7ce-4b17-8ec0-dbea854d51fb</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "c045fe94-09fd-43d2-bb45-7d279a210041",
"AncestorID": "6c526b98-aa70-4fc1-8e3e-1d48aeeb9106",
"UserID": "3593335b-0bd9-4da2-b11e-2f264e312ef3",
"Post": "sample string 1",
"PostDate": "2026-03-22T14:14:41.6600223+00:00",
"SiteID": "98f6cf15-7e9d-4313-a883-5e696959c1a3",
"IndividualFullName": "sample string 2",
"IndividualID": "f789901c-b7ce-4b17-8ec0-dbea854d51fb",
"UserName": "sample string 3"
}