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>db1481a6-75df-4eaf-a373-08ebf978adea</ID> <AncestorID>de2d4b83-f243-410a-b1d3-8d53dc7cbb03</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "db1481a6-75df-4eaf-a373-08ebf978adea",
"AncestorID": "de2d4b83-f243-410a-b1d3-8d53dc7cbb03",
"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>e0072687-a790-4e24-9626-a269f3435f16</ID>
<AncestorID>213ea0c4-be80-484d-a394-5ee6b7290745</AncestorID>
<UserID>d4f3bced-4dc9-452d-8b47-321239854350</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-25T12:12:29.8568795Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>f1c02090-3d79-4dcd-a22e-0c56957d40d7</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>833da32a-9850-4356-b396-e67e348262ba</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "e0072687-a790-4e24-9626-a269f3435f16",
"AncestorID": "213ea0c4-be80-484d-a394-5ee6b7290745",
"UserID": "d4f3bced-4dc9-452d-8b47-321239854350",
"Post": "sample string 1",
"PostDate": "2026-01-25T12:12:29.8568795+00:00",
"SiteID": "f1c02090-3d79-4dcd-a22e-0c56957d40d7",
"IndividualFullName": "sample string 2",
"IndividualID": "833da32a-9850-4356-b396-e67e348262ba",
"UserName": "sample string 3"
}