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>d68e675c-e22f-41ea-bbab-fe540cda6df5</ID> <AncestorID>878343b6-d39b-482a-b599-8817f9ba85ad</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "d68e675c-e22f-41ea-bbab-fe540cda6df5",
"AncestorID": "878343b6-d39b-482a-b599-8817f9ba85ad",
"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>4607bbca-fc99-48ed-9012-b11a93c65f40</ID>
<AncestorID>97ed9bd7-ce28-4209-97f2-0480ed594348</AncestorID>
<UserID>e9aa54e9-6c2f-4604-82cb-4b932cbd23e4</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-23T12:57:32.6364744Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>8bf28cfa-6405-44f2-b23a-638453b99fd1</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>ba94fc4b-297c-4394-88d1-645c032cf3ed</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "4607bbca-fc99-48ed-9012-b11a93c65f40",
"AncestorID": "97ed9bd7-ce28-4209-97f2-0480ed594348",
"UserID": "e9aa54e9-6c2f-4604-82cb-4b932cbd23e4",
"Post": "sample string 1",
"PostDate": "2025-11-23T12:57:32.6364744+00:00",
"SiteID": "8bf28cfa-6405-44f2-b23a-638453b99fd1",
"IndividualFullName": "sample string 2",
"IndividualID": "ba94fc4b-297c-4394-88d1-645c032cf3ed",
"UserName": "sample string 3"
}