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>c23e681a-a975-49ca-8700-cd5b76d6d633</ID> <AncestorID>02916ade-39d9-4c0c-8abd-8c3949f73ff1</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "c23e681a-a975-49ca-8700-cd5b76d6d633",
"AncestorID": "02916ade-39d9-4c0c-8abd-8c3949f73ff1",
"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>ec48a537-63a9-45d3-abab-60cefc09b4e2</ID>
<AncestorID>fca6f3ef-c02a-482e-a5c5-1e0f15a90bb6</AncestorID>
<UserID>ee526b46-67a6-46d5-b727-165a81682c8c</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-05-06T06:06:01.1922387Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>f55549a8-4985-4b1e-9e76-4a73c5c92f96</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>d3a915d7-995e-4787-8126-4c301623fc97</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "ec48a537-63a9-45d3-abab-60cefc09b4e2",
"AncestorID": "fca6f3ef-c02a-482e-a5c5-1e0f15a90bb6",
"UserID": "ee526b46-67a6-46d5-b727-165a81682c8c",
"Post": "sample string 1",
"PostDate": "2026-05-06T06:06:01.1922387+00:00",
"SiteID": "f55549a8-4985-4b1e-9e76-4a73c5c92f96",
"IndividualFullName": "sample string 2",
"IndividualID": "d3a915d7-995e-4787-8126-4c301623fc97",
"UserName": "sample string 3"
}