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>4c1d51c7-c681-4ba3-9a99-93172dcab59d</ID> <AncestorID>a66b398f-16f1-41fe-a920-af467b31d3c2</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "4c1d51c7-c681-4ba3-9a99-93172dcab59d",
"AncestorID": "a66b398f-16f1-41fe-a920-af467b31d3c2",
"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>f4c22fb2-3b50-419a-b55f-355141b2c345</ID>
<AncestorID>18553ba2-3f96-4a72-bdef-2588df11442e</AncestorID>
<UserID>268ba8ee-5b2e-423c-aacc-f2217330dfda</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-04T21:27:25.7508698Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>33696c2c-f32d-49aa-a0e0-119a560462c7</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>05ba1eb1-f995-4a8e-b5bb-cfbee0873ffe</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "f4c22fb2-3b50-419a-b55f-355141b2c345",
"AncestorID": "18553ba2-3f96-4a72-bdef-2588df11442e",
"UserID": "268ba8ee-5b2e-423c-aacc-f2217330dfda",
"Post": "sample string 1",
"PostDate": "2026-04-04T21:27:25.7508698+00:00",
"SiteID": "33696c2c-f32d-49aa-a0e0-119a560462c7",
"IndividualFullName": "sample string 2",
"IndividualID": "05ba1eb1-f995-4a8e-b5bb-cfbee0873ffe",
"UserName": "sample string 3"
}