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>8baf3f19-d660-443e-949c-8b4b130b54d3</ID> <AncestorID>2c2df339-322a-4d0f-97c3-b3a2200b83de</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "8baf3f19-d660-443e-949c-8b4b130b54d3",
"AncestorID": "2c2df339-322a-4d0f-97c3-b3a2200b83de",
"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>cfa0de08-c2df-4741-8242-ca2a5eb62a08</ID>
<AncestorID>a88092fd-d308-4eff-8f75-2c6d161eeb60</AncestorID>
<UserID>fb2543a5-6825-491e-b120-aa4e17951d3a</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-03-04T13:14:41.9874122Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>a6e56848-aef8-466a-977d-8ebe1d697da7</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>e17a31ef-f0a1-40ff-8625-f2189fbb4225</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "cfa0de08-c2df-4741-8242-ca2a5eb62a08",
"AncestorID": "a88092fd-d308-4eff-8f75-2c6d161eeb60",
"UserID": "fb2543a5-6825-491e-b120-aa4e17951d3a",
"Post": "sample string 1",
"PostDate": "2026-03-04T13:14:41.9874122+00:00",
"SiteID": "a6e56848-aef8-466a-977d-8ebe1d697da7",
"IndividualFullName": "sample string 2",
"IndividualID": "e17a31ef-f0a1-40ff-8625-f2189fbb4225",
"UserName": "sample string 3"
}