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>89861280-d04e-4035-b6f0-f98a2e19fd52</ID> <AncestorID>fca874e0-0801-4d16-b664-f3e043e9debc</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "89861280-d04e-4035-b6f0-f98a2e19fd52",
"AncestorID": "fca874e0-0801-4d16-b664-f3e043e9debc",
"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>5118769b-5caf-46e7-92ff-b46179c9a9c1</ID>
<AncestorID>e5048ee5-d8cb-4918-946f-336077507306</AncestorID>
<UserID>87e630db-1d12-47a4-ae43-18ab2ec6ca8d</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-11T23:40:41.5751555Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>4786fe4d-0762-46e1-bb8d-fbcb85e2726d</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>753a4515-85fe-478c-8902-eecbea85e3e9</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "5118769b-5caf-46e7-92ff-b46179c9a9c1",
"AncestorID": "e5048ee5-d8cb-4918-946f-336077507306",
"UserID": "87e630db-1d12-47a4-ae43-18ab2ec6ca8d",
"Post": "sample string 1",
"PostDate": "2026-06-11T23:40:41.5751555+00:00",
"SiteID": "4786fe4d-0762-46e1-bb8d-fbcb85e2726d",
"IndividualFullName": "sample string 2",
"IndividualID": "753a4515-85fe-478c-8902-eecbea85e3e9",
"UserName": "sample string 3"
}