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>1bc10717-83b6-44b4-b219-87b80c316477</ID> <AncestorID>ef4eb7a0-32da-4445-aaa2-c913039f0ee6</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "1bc10717-83b6-44b4-b219-87b80c316477", "AncestorID": "ef4eb7a0-32da-4445-aaa2-c913039f0ee6", "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>f5aa41ff-0b1d-48bd-be3c-ef5e2d188cbf</ID> <AncestorID>3c8c642f-12f9-485e-80ff-8c91f4c7c4df</AncestorID> <UserID>ec1a28aa-1b83-4d64-ac4b-9f6b34b642b6</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-07-30T11:36:25.3126588Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>d5165282-9819-46d5-9681-ae12dbab4820</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>24e52e13-f774-4c3c-b08c-aa00e0abec87</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "f5aa41ff-0b1d-48bd-be3c-ef5e2d188cbf", "AncestorID": "3c8c642f-12f9-485e-80ff-8c91f4c7c4df", "UserID": "ec1a28aa-1b83-4d64-ac4b-9f6b34b642b6", "Post": "sample string 1", "PostDate": "2025-07-30T11:36:25.3126588+00:00", "SiteID": "d5165282-9819-46d5-9681-ae12dbab4820", "IndividualFullName": "sample string 2", "IndividualID": "24e52e13-f774-4c3c-b08c-aa00e0abec87", "UserName": "sample string 3" }