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>99ba884b-e8e1-44eb-8f93-1ad3fc3ecc46</ID> <AncestorID>7b42310f-8ee7-4cf4-8413-75b7907084fb</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "99ba884b-e8e1-44eb-8f93-1ad3fc3ecc46", "AncestorID": "7b42310f-8ee7-4cf4-8413-75b7907084fb", "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>89490c8d-fed4-469c-a66d-455f37ac3a58</ID> <AncestorID>9900c649-cc5a-4b64-9ba9-9a2b7cea12aa</AncestorID> <UserID>368d2f58-a629-4382-b871-d6d1fb852558</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-18T21:49:19.1496671Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>384b1904-2145-47d2-97a1-1d5e56180f31</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>b5093c1d-0d77-4b7b-920b-4f13d8741204</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "89490c8d-fed4-469c-a66d-455f37ac3a58", "AncestorID": "9900c649-cc5a-4b64-9ba9-9a2b7cea12aa", "UserID": "368d2f58-a629-4382-b871-d6d1fb852558", "Post": "sample string 1", "PostDate": "2025-04-18T21:49:19.1496671+00:00", "SiteID": "384b1904-2145-47d2-97a1-1d5e56180f31", "IndividualFullName": "sample string 2", "IndividualID": "b5093c1d-0d77-4b7b-920b-4f13d8741204", "UserName": "sample string 3" }