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>2446a6f0-6a25-401e-8808-9498e58d5f55</ID> <AncestorID>0bafbb62-4b9d-47c2-9008-eb5a9be5ea39</AncestorID> <Post>sample string 1</Post> </Comment>
{ "ID": "2446a6f0-6a25-401e-8808-9498e58d5f55", "AncestorID": "0bafbb62-4b9d-47c2-9008-eb5a9be5ea39", "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>f53b8720-7bfc-4b14-b7d8-f883c66b0133</ID> <AncestorID>34cc2c64-f6ce-489e-949e-3f6b6f97e762</AncestorID> <UserID>d78ee65c-3706-4b98-beed-e457a0a0f314</UserID> <Post>sample string 1</Post> <PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-06-15T05:34:14.8096005Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </PostDate> <SiteID>8444a8f9-3541-4ab2-9f5d-03540953e3e3</SiteID> <IndividualFullName>sample string 2</IndividualFullName> <IndividualID>494f4b57-3ddd-4cff-a157-97497bb4804c</IndividualID> <UserName>sample string 3</UserName> </Comment>
{ "ID": "f53b8720-7bfc-4b14-b7d8-f883c66b0133", "AncestorID": "34cc2c64-f6ce-489e-949e-3f6b6f97e762", "UserID": "d78ee65c-3706-4b98-beed-e457a0a0f314", "Post": "sample string 1", "PostDate": "2025-06-15T05:34:14.8096005+00:00", "SiteID": "8444a8f9-3541-4ab2-9f5d-03540953e3e3", "IndividualFullName": "sample string 2", "IndividualID": "494f4b57-3ddd-4cff-a157-97497bb4804c", "UserName": "sample string 3" }