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>59705277-d84b-480f-8326-f883e518732a</ID> <AncestorID>f4880847-8f3d-45ad-9887-1afd50b86759</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "59705277-d84b-480f-8326-f883e518732a", "AncestorID": "f4880847-8f3d-45ad-9887-1afd50b86759", "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>a8b50257-df44-4cf5-b302-fb1e5562ab53</ID> <AncestorID>2d08bbaa-eadc-4743-af84-16ebdbb0cf4c</AncestorID> <UserID>2ca8795d-7a23-4391-850d-e1904f4eb519</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-08-26T19:54:33.5603502Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>4add878c-dd4a-404b-bc38-c6e85be65053</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>c7459b0f-1a7a-4a4a-8407-097557f7883c</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "a8b50257-df44-4cf5-b302-fb1e5562ab53", "AncestorID": "2d08bbaa-eadc-4743-af84-16ebdbb0cf4c", "UserID": "2ca8795d-7a23-4391-850d-e1904f4eb519", "Post": "sample string 1", "PostDate": "2025-08-26T19:54:33.5603502+00:00", "SiteID": "4add878c-dd4a-404b-bc38-c6e85be65053", "IndividualFullName": "sample string 2", "IndividualID": "c7459b0f-1a7a-4a4a-8407-097557f7883c", "UserName": "sample string 3" }