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>cd7a6ab5-9300-43ed-92c3-cd1a5cfa0544</ID> <AncestorID>79a36ca7-6836-4e74-b7c8-5d58f478447a</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "cd7a6ab5-9300-43ed-92c3-cd1a5cfa0544",
"AncestorID": "79a36ca7-6836-4e74-b7c8-5d58f478447a",
"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>e527c838-5c2d-4423-85a5-f87f3348de91</ID>
<AncestorID>4f5e8179-b25e-422d-b7b7-d03f7772c265</AncestorID>
<UserID>de81df3d-b07a-4304-a729-947591e1ea5f</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-09T17:45:25.0770608Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>d2450b27-d041-4371-b8b2-cdcc8f6c2287</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>ef2c2d25-7668-46d1-9c63-cb5468140d10</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "e527c838-5c2d-4423-85a5-f87f3348de91",
"AncestorID": "4f5e8179-b25e-422d-b7b7-d03f7772c265",
"UserID": "de81df3d-b07a-4304-a729-947591e1ea5f",
"Post": "sample string 1",
"PostDate": "2025-12-09T17:45:25.0770608+00:00",
"SiteID": "d2450b27-d041-4371-b8b2-cdcc8f6c2287",
"IndividualFullName": "sample string 2",
"IndividualID": "ef2c2d25-7668-46d1-9c63-cb5468140d10",
"UserName": "sample string 3"
}