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>aa1bdf05-b00e-49c4-b89c-97cb6e95dbc9</ID> <AncestorID>2bb8def7-4374-4926-a835-98447a4aa710</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "aa1bdf05-b00e-49c4-b89c-97cb6e95dbc9",
"AncestorID": "2bb8def7-4374-4926-a835-98447a4aa710",
"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>0830d0cf-ce79-49ef-9e37-325291776a05</ID>
<AncestorID>874fbc34-7b6e-4780-82b6-01573661015c</AncestorID>
<UserID>e6ea9942-4daa-4f90-8bba-467c540a0bd6</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-24T03:26:25.6873663Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>d2dd8fe5-6971-4b4b-82dc-e2a52bf481fd</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>48cada26-c522-4263-ba2b-e8aaeba9b9a0</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "0830d0cf-ce79-49ef-9e37-325291776a05",
"AncestorID": "874fbc34-7b6e-4780-82b6-01573661015c",
"UserID": "e6ea9942-4daa-4f90-8bba-467c540a0bd6",
"Post": "sample string 1",
"PostDate": "2025-12-24T03:26:25.6873663+00:00",
"SiteID": "d2dd8fe5-6971-4b4b-82dc-e2a52bf481fd",
"IndividualFullName": "sample string 2",
"IndividualID": "48cada26-c522-4263-ba2b-e8aaeba9b9a0",
"UserName": "sample string 3"
}