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>f444218c-5834-4f1d-8f70-5004c83bcf78</ID> <AncestorID>0174d027-6446-4d71-ae29-494f8c203722</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "f444218c-5834-4f1d-8f70-5004c83bcf78",
"AncestorID": "0174d027-6446-4d71-ae29-494f8c203722",
"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>24c5e958-8446-4374-a439-27ee31b992ed</ID>
<AncestorID>93c47c12-3570-478e-9c3a-a3edffd95cd5</AncestorID>
<UserID>0ce50f39-6ea3-4873-a675-2932473356d8</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-23T18:42:11.5428869Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>4362fba7-32fc-4d1f-a696-1fa92d20c470</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>06fbfd93-9ce7-4cfc-9aec-ed27e9b2e243</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "24c5e958-8446-4374-a439-27ee31b992ed",
"AncestorID": "93c47c12-3570-478e-9c3a-a3edffd95cd5",
"UserID": "0ce50f39-6ea3-4873-a675-2932473356d8",
"Post": "sample string 1",
"PostDate": "2025-11-23T18:42:11.5428869+00:00",
"SiteID": "4362fba7-32fc-4d1f-a696-1fa92d20c470",
"IndividualFullName": "sample string 2",
"IndividualID": "06fbfd93-9ce7-4cfc-9aec-ed27e9b2e243",
"UserName": "sample string 3"
}