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>df654140-23d2-49de-84f5-f860e70a929a</ID> <AncestorID>d09ae032-dd17-42ca-92d6-4e1ab4a90adc</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "df654140-23d2-49de-84f5-f860e70a929a",
"AncestorID": "d09ae032-dd17-42ca-92d6-4e1ab4a90adc",
"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>852dac2d-d118-42db-80f9-1be0cb3bd960</ID>
<AncestorID>16fd8c28-2071-438b-a220-5f6e06870037</AncestorID>
<UserID>77b08887-defe-4360-802b-df89936cd333</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-30T15:01:02.9006988Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>7ddc369c-46d8-4600-b903-753af404c45d</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>d52ce74b-a465-4ecf-92f8-09c9ea94d914</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "852dac2d-d118-42db-80f9-1be0cb3bd960",
"AncestorID": "16fd8c28-2071-438b-a220-5f6e06870037",
"UserID": "77b08887-defe-4360-802b-df89936cd333",
"Post": "sample string 1",
"PostDate": "2026-07-30T15:01:02.9006988+00:00",
"SiteID": "7ddc369c-46d8-4600-b903-753af404c45d",
"IndividualFullName": "sample string 2",
"IndividualID": "d52ce74b-a465-4ecf-92f8-09c9ea94d914",
"UserName": "sample string 3"
}