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>583675f2-a2e3-426b-a0d7-e9db175ab50f</ID> <AncestorID>bb688bd1-a2c2-4e59-bf44-1be04286410d</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "583675f2-a2e3-426b-a0d7-e9db175ab50f",
"AncestorID": "bb688bd1-a2c2-4e59-bf44-1be04286410d",
"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>18eac5d3-4643-4fb9-9464-adab59cd4068</ID>
<AncestorID>3e03a7d3-f23e-4c32-a3d1-271ebf0d91c5</AncestorID>
<UserID>78515f4c-7bea-4d79-b673-cf33eb9fe20a</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-10-23T13:13:56.619364Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>01867e66-8ca3-4d2a-86d0-8c1227a848b6</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>a4008804-ed5a-4f93-b33c-d40d1fb5e358</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "18eac5d3-4643-4fb9-9464-adab59cd4068",
"AncestorID": "3e03a7d3-f23e-4c32-a3d1-271ebf0d91c5",
"UserID": "78515f4c-7bea-4d79-b673-cf33eb9fe20a",
"Post": "sample string 1",
"PostDate": "2025-10-23T13:13:56.619364+00:00",
"SiteID": "01867e66-8ca3-4d2a-86d0-8c1227a848b6",
"IndividualFullName": "sample string 2",
"IndividualID": "a4008804-ed5a-4f93-b33c-d40d1fb5e358",
"UserName": "sample string 3"
}