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>d2bc20ea-26c2-41bb-a020-4a6a08deff66</ID> <AncestorID>27df8b68-ae93-4522-bbb5-91d4a2aaa01f</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "d2bc20ea-26c2-41bb-a020-4a6a08deff66",
"AncestorID": "27df8b68-ae93-4522-bbb5-91d4a2aaa01f",
"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>96877f73-089f-45d6-8b5c-2d64e71d3285</ID>
<AncestorID>6f72de58-f6f6-4f38-a672-754f077c24ca</AncestorID>
<UserID>c64b6d83-2d65-4879-aeca-a86d0c689d9e</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-27T00:40:58.7083444Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>d65e0560-715e-4da6-a2d9-813fdd6d1f18</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>39a62370-f489-4f38-81ed-2c4980ddae67</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "96877f73-089f-45d6-8b5c-2d64e71d3285",
"AncestorID": "6f72de58-f6f6-4f38-a672-754f077c24ca",
"UserID": "c64b6d83-2d65-4879-aeca-a86d0c689d9e",
"Post": "sample string 1",
"PostDate": "2026-07-27T00:40:58.7083444+00:00",
"SiteID": "d65e0560-715e-4da6-a2d9-813fdd6d1f18",
"IndividualFullName": "sample string 2",
"IndividualID": "39a62370-f489-4f38-81ed-2c4980ddae67",
"UserName": "sample string 3"
}