Create a new comment.
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to create a new 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>857ef986-46f6-465b-a90a-908fbf73b2ec</ID> <AncestorID>07e51c69-4855-4de4-abf0-9dbaac996ec6</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "857ef986-46f6-465b-a90a-908fbf73b2ec", "AncestorID": "07e51c69-4855-4de4-abf0-9dbaac996ec6", "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>9d56326f-4052-412e-a305-80bcbf47ec4c</ID> <AncestorID>339f09b6-f5a7-4b77-8354-38f475221338</AncestorID> <UserID>dbb78b68-267b-462f-a2b2-cb0289753204</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-06-20T16:44:22.4911574Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>81f3a78c-d015-4fe9-82e3-b0860c0157d9</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>03efc0a0-6ec6-4552-9a54-81aba7550d5a</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "9d56326f-4052-412e-a305-80bcbf47ec4c", "AncestorID": "339f09b6-f5a7-4b77-8354-38f475221338", "UserID": "dbb78b68-267b-462f-a2b2-cb0289753204", "Post": "sample string 1", "PostDate": "2025-06-20T16:44:22.4911574+00:00", "SiteID": "81f3a78c-d015-4fe9-82e3-b0860c0157d9", "IndividualFullName": "sample string 2", "IndividualID": "03efc0a0-6ec6-4552-9a54-81aba7550d5a", "UserName": "sample string 3" }