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>ca157fbb-b7f3-4b0b-aa52-877923efd62a</ID> <AncestorID>4f442184-ab7a-4da2-bd32-55b0ccad3387</AncestorID> <Post>sample string 1</Post> </Comment>
{
"ID": "ca157fbb-b7f3-4b0b-aa52-877923efd62a",
"AncestorID": "4f442184-ab7a-4da2-bd32-55b0ccad3387",
"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>a51a124a-9e18-4655-bd23-79976321a732</ID>
<AncestorID>cab4c51e-be9c-488b-872e-4bf003cdd4cf</AncestorID>
<UserID>fa596e86-91eb-4cac-8f62-d5966e744e54</UserID>
<Post>sample string 1</Post>
<PostDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-05-06T06:05:02.3197868Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</PostDate>
<SiteID>72e09d5f-21f9-4a08-8794-27c2200f0748</SiteID>
<IndividualFullName>sample string 2</IndividualFullName>
<IndividualID>99a9533e-5c19-4de5-a972-42dd27a9b0d1</IndividualID>
<UserName>sample string 3</UserName>
</Comment>
{
"ID": "a51a124a-9e18-4655-bd23-79976321a732",
"AncestorID": "cab4c51e-be9c-488b-872e-4bf003cdd4cf",
"UserID": "fa596e86-91eb-4cac-8f62-d5966e744e54",
"Post": "sample string 1",
"PostDate": "2026-05-06T06:05:02.3197868+00:00",
"SiteID": "72e09d5f-21f9-4a08-8794-27c2200f0748",
"IndividualFullName": "sample string 2",
"IndividualID": "99a9533e-5c19-4de5-a972-42dd27a9b0d1",
"UserName": "sample string 3"
}