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>c63fc2cf-69df-4007-bbe8-6b1c9d94bfbf</ID> <AncestorID>97008a3a-79d0-4d90-8035-97563703fad4</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "c63fc2cf-69df-4007-bbe8-6b1c9d94bfbf",
"AncestorID": "97008a3a-79d0-4d90-8035-97563703fad4",
"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>a4e8d199-1c83-47a4-8435-449e0b6ed1b9</ID>
<AncestorID>75fe08bf-936c-4521-a374-fb37a3be68ca</AncestorID>
<UserID>7e45d0bd-0a12-4cbf-83ed-a739b0ca6fcd</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-07-27T00:39:56.0793777Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>e2257dd0-4cb0-4ecf-b770-2a642ff2fc20</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>bef19bb6-ceef-4658-a8ad-fcbc4994f832</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "a4e8d199-1c83-47a4-8435-449e0b6ed1b9",
"AncestorID": "75fe08bf-936c-4521-a374-fb37a3be68ca",
"UserID": "7e45d0bd-0a12-4cbf-83ed-a739b0ca6fcd",
"Post": "sample string 1",
"PostDate": "2026-07-27T00:39:56.0793777+00:00",
"SiteID": "e2257dd0-4cb0-4ecf-b770-2a642ff2fc20",
"IndividualFullName": "sample string 2",
"IndividualID": "bef19bb6-ceef-4658-a8ad-fcbc4994f832",
"UserName": "sample string 3"
}