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>b178d50d-1988-43c1-a77d-3bec10c6d3df</ID> <AncestorID>96a61a75-9be4-4b4d-829c-3f75c454092f</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "b178d50d-1988-43c1-a77d-3bec10c6d3df",
"AncestorID": "96a61a75-9be4-4b4d-829c-3f75c454092f",
"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>a789697c-39a4-4ea5-b260-1089f49c4e83</ID>
<AncestorID>c456d77c-d502-4113-aabe-e87c82a04488</AncestorID>
<UserID>aedf8dcc-e6bd-44b0-98ba-b19be7f35e34</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-05-19T14:15:46.3837008Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>9e45cc6b-e91f-4f7d-85b7-6b3997dad2e6</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>5fe16260-2715-4ce1-8e63-570d9436411f</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "a789697c-39a4-4ea5-b260-1089f49c4e83",
"AncestorID": "c456d77c-d502-4113-aabe-e87c82a04488",
"UserID": "aedf8dcc-e6bd-44b0-98ba-b19be7f35e34",
"Post": "sample string 1",
"PostDate": "2026-05-19T14:15:46.3837008+00:00",
"SiteID": "9e45cc6b-e91f-4f7d-85b7-6b3997dad2e6",
"IndividualFullName": "sample string 2",
"IndividualID": "5fe16260-2715-4ce1-8e63-570d9436411f",
"UserName": "sample string 3"
}