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>7b740408-041a-49c6-be5a-61a655e7f751</ID> <AncestorID>78b9209b-ba96-43f8-8647-b33e6244b46d</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "7b740408-041a-49c6-be5a-61a655e7f751", "AncestorID": "78b9209b-ba96-43f8-8647-b33e6244b46d", "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>7ef4fa81-d597-43bb-8cd5-e6d3c035e80d</ID> <AncestorID>cbf36044-7edd-4c17-8b38-39083e781821</AncestorID> <UserID>fec91bbe-7704-4371-abfa-be9e4075f95f</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-03-08T05:21:35.1502432Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>8fb4ec52-aca4-4bd2-9ee5-6d171e6d8032</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>a35860c4-3f9f-4ad1-b76a-fd144b403291</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "7ef4fa81-d597-43bb-8cd5-e6d3c035e80d", "AncestorID": "cbf36044-7edd-4c17-8b38-39083e781821", "UserID": "fec91bbe-7704-4371-abfa-be9e4075f95f", "Post": "sample string 1", "PostDate": "2025-03-08T05:21:35.1502432+00:00", "SiteID": "8fb4ec52-aca4-4bd2-9ee5-6d171e6d8032", "IndividualFullName": "sample string 2", "IndividualID": "a35860c4-3f9f-4ad1-b76a-fd144b403291", "UserName": "sample string 3" }