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>f8a483d6-c02e-4abf-8bfd-0b26750c16d8</ID> <AncestorID>6905288b-90a6-486e-a046-3e83e87c1398</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "f8a483d6-c02e-4abf-8bfd-0b26750c16d8",
"AncestorID": "6905288b-90a6-486e-a046-3e83e87c1398",
"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>71e1babf-a3a5-4275-b622-3637b7209349</ID>
<AncestorID>64752fe9-8206-491d-a2ff-f980bad0a06d</AncestorID>
<UserID>f101b445-8420-4623-90e1-2f5cbd588a1c</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-26T05:50:52.8726916Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>60918168-1d1c-4494-a943-341f9c080be8</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>a731b17d-da10-4237-9537-c6ba6a8b3b51</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "71e1babf-a3a5-4275-b622-3637b7209349",
"AncestorID": "64752fe9-8206-491d-a2ff-f980bad0a06d",
"UserID": "f101b445-8420-4623-90e1-2f5cbd588a1c",
"Post": "sample string 1",
"PostDate": "2026-01-26T05:50:52.8726916+00:00",
"SiteID": "60918168-1d1c-4494-a943-341f9c080be8",
"IndividualFullName": "sample string 2",
"IndividualID": "a731b17d-da10-4237-9537-c6ba6a8b3b51",
"UserName": "sample string 3"
}