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>de868085-e167-4bfa-9da7-4a96b587bcab</ID> <AncestorID>f322f10a-8254-4a90-b68c-ac808a113e3d</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "de868085-e167-4bfa-9da7-4a96b587bcab", "AncestorID": "f322f10a-8254-4a90-b68c-ac808a113e3d", "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>9aeac5e4-bee3-4a3b-a5b9-f278b35e967b</ID> <AncestorID>20e4f4ae-e2a6-4473-bc59-fe1a7609e498</AncestorID> <UserID>3007cbb5-2fdb-49bd-abdd-40fe8b7bf7c1</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-02-14T19:19:00.0707849Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>18580466-f2be-4929-9734-43a017b90eb1</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>060fd169-84ee-428a-beb7-16b9d228a492</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "9aeac5e4-bee3-4a3b-a5b9-f278b35e967b", "AncestorID": "20e4f4ae-e2a6-4473-bc59-fe1a7609e498", "UserID": "3007cbb5-2fdb-49bd-abdd-40fe8b7bf7c1", "Post": "sample string 1", "PostDate": "2025-02-14T19:19:00.0707849+00:00", "SiteID": "18580466-f2be-4929-9734-43a017b90eb1", "IndividualFullName": "sample string 2", "IndividualID": "060fd169-84ee-428a-beb7-16b9d228a492", "UserName": "sample string 3" }