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>bca6d698-e2b7-41b7-b805-9a999ec491f1</ID> <AncestorID>751adeeb-e448-4918-b79e-7f448c279ce5</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "bca6d698-e2b7-41b7-b805-9a999ec491f1", "AncestorID": "751adeeb-e448-4918-b79e-7f448c279ce5", "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>7f2143f7-cfc0-4782-889e-38b1ea9d0933</ID> <AncestorID>ccfd845f-1ffd-4f80-8b38-3c38c2348c2c</AncestorID> <UserID>44b1fdde-4ff4-4483-901b-34151ae6e0b9</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-09-11T02:54:47.0508793Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>4805f2f6-7695-4252-8dc8-ad6c9acb4ccc</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>4fb20427-1fd4-44b2-983f-f3f60904d544</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "7f2143f7-cfc0-4782-889e-38b1ea9d0933", "AncestorID": "ccfd845f-1ffd-4f80-8b38-3c38c2348c2c", "UserID": "44b1fdde-4ff4-4483-901b-34151ae6e0b9", "Post": "sample string 1", "PostDate": "2025-09-11T02:54:47.0508793+00:00", "SiteID": "4805f2f6-7695-4252-8dc8-ad6c9acb4ccc", "IndividualFullName": "sample string 2", "IndividualID": "4fb20427-1fd4-44b2-983f-f3f60904d544", "UserName": "sample string 3" }