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>cee7c706-ca74-40a4-b41f-8433f7b98efc</ID> <AncestorID>f25b412c-c7fc-4b7a-9f1e-22cc2ee807b5</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "cee7c706-ca74-40a4-b41f-8433f7b98efc", "AncestorID": "f25b412c-c7fc-4b7a-9f1e-22cc2ee807b5", "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>2cd5c8dc-e3e1-4122-8cf4-fc79b3c78c8e</ID> <AncestorID>8d482ce9-768c-45b7-b622-93f5947accc8</AncestorID> <UserID>92651b72-1e9a-44d5-824b-206dfbc3f763</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-18T10:54:43.3775815Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>2e2e18a6-b2a8-43a5-b5b2-33affba57155</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>2d7f2e0c-9836-42aa-b6fe-18c14af6b998</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "2cd5c8dc-e3e1-4122-8cf4-fc79b3c78c8e", "AncestorID": "8d482ce9-768c-45b7-b622-93f5947accc8", "UserID": "92651b72-1e9a-44d5-824b-206dfbc3f763", "Post": "sample string 1", "PostDate": "2025-04-18T10:54:43.3775815+00:00", "SiteID": "2e2e18a6-b2a8-43a5-b5b2-33affba57155", "IndividualFullName": "sample string 2", "IndividualID": "2d7f2e0c-9836-42aa-b6fe-18c14af6b998", "UserName": "sample string 3" }