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>4e432d22-abde-45fa-ac77-22437a603487</ID> <AncestorID>98514149-57ef-4614-9706-290403b68fa9</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "4e432d22-abde-45fa-ac77-22437a603487",
"AncestorID": "98514149-57ef-4614-9706-290403b68fa9",
"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>49368212-9bf0-4c31-ae75-83c2db4b41be</ID>
<AncestorID>9c8fd808-286c-4d5e-b02d-0c10dea01c09</AncestorID>
<UserID>287265f2-1d4b-4cc5-a561-87782b50d61a</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-09-04T22:16:48.4120476Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>5d324c5f-b35d-4009-9cde-a4fec00ec849</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>c0794954-5012-4c70-841a-808290371026</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "49368212-9bf0-4c31-ae75-83c2db4b41be",
"AncestorID": "9c8fd808-286c-4d5e-b02d-0c10dea01c09",
"UserID": "287265f2-1d4b-4cc5-a561-87782b50d61a",
"Post": "sample string 1",
"PostDate": "2026-09-04T22:16:48.4120476+00:00",
"SiteID": "5d324c5f-b35d-4009-9cde-a4fec00ec849",
"IndividualFullName": "sample string 2",
"IndividualID": "c0794954-5012-4c70-841a-808290371026",
"UserName": "sample string 3"
}